Question
Dynamic Processing - Direct Web Access
I have an assignment in our flow which has a simple flow-action. The flow action has a section which have a repeating grid from a page-list property under pyWorkPage.Each row has a checkbox which the normal user would just need to select/deselect and submit the flow-action.
Is this possible that we make this assignment an external assignment and enable the external user to see the same UI having the repeat grid?
I tried to configure this, but on opening the link :- it only displays the static section content .i.e some hard coded texts in the section & harness
( I am new to DWA and was going through the help contents and came across the fact that DWA can't use any java-scripts/AJAX etc. Is this still possible ? )
DWA harnesses are static web pages which cannot have any extra interactions with the server. Interactions such as launching local actions. refreshes and commits are not permitted as well. Also, for the same reason, controls such as AutoCompletes and Dynamic Selects cannot be used