how to use JSL to edit a modal dialog window
What is the right approach to edit a modal dialog via JSL? the idea:- the function add update button adds a button to the data filter- it works if it is executed AFTER the creation of the window- in the actual use case, the return value of the window is used as input for the subsequent code.
Therefore, <<Type( "Modal Dialog" )
-> the window will be closed before add update button() //post gets ex...