Hi Team,
I have dyamic layout wich display type as Tab, and In here I have 3 Tab, so I want to call Data Transform with paramiter when user switch to 3rd Tab (Form Load) ,how can I configer thease task
Hi Team,
I have dyamic layout wich display type as Tab, and In here I have 3 Tab, so I want to call Data Transform with paramiter when user switch to 3rd Tab (Form Load) ,how can I configer thease task
@Eranda10274 within the tabbed layout group, those 3 tabs will be 3 dynamic layout.
You can call data transform in this way.
Click on 3rd dynamic layout
General tab
Enable Defer Load contents
Enable specify a pre-loading activity
Create an activity-> calling DT inside this activity (configure parameters to both activity and DT)
Now you can use that activity in specify a pre-loading activity which you enabled before and you can pass parameter to the activity from here which inturn passes to DT and helps you in processing further.
Thank you @Anoop Krishna