Question
1
Replies
1401
Views
Posted: September 26, 2016
Last activity: September 26, 2016
Closed
Referencing Datapage from another class
I have "X" lookup datapage contaning "status" property that is created on "XYZ" class and I have a button "Validate" on "ABC" Class where the visibility rule of "Validate" depends on "Status" from "X" lookup datapage. any idea how to refrence this?
***Updated by moderator: Lochan to add Category***
Create a Property in ABC class
Create a DataTransform in ABC Class and Set Property in ABC to Staus of XYZ class by passing Parameters to DataPage.
Run Data Transform in Pre of that flow action.
You can validate Property in ABC to make the field visible.
Data Pages will hold the Data depending on Scope in single context. All you need to do it refer to the data by passing parameters and copy the data using Data Transforms and Pagelist properties if you want t propagate the Data out of context of Data Page.