TaskFlow as Dialog with return Listener
Requirement: - I want to call task flow in dialog box with return listener.
Please continue or read through from here TaskFlow with transaction and return listener.
1.Please go to adf-config.xml file and right click task flow and go to properties
and change the following properties. i.e. set useWindow=true.
2.Also, now task flow will come in dialog when call , but calle need to set the property as below to make things work.i.e. set Behaviour->Run as Dialog=true and DisplayType=inline-popup.
After doing this 2 steps when new button is pressed , it will come in dialog popup and use can save row ,it will automatically return to parent window with new row created. same with update.
No comments:
Post a Comment