I have created an activity and calling data page.
I’m getting the data in clipboard which i want but how to assign that data in to property..
Any one please help me..
I have created an activity and calling data page.
I’m getting the data in clipboard which i want but how to assign that data in to property..
Any one please help me..
Hi @praveenpendyala,
You can use property set in the activity to set the property with the value from the data page.
Regards,
K.Chandra Prakash.
@praveenpendyala Based on your data page mode create a property of mode page/pagelist and use copy form data page option.
Whenever you refer the property which you have created data page will be automatically invoked and the same will be copied on property.
@praveenpendyala You can use following ways.
Load data page method
Load data page using property set
prop name =: D_DataPageName[Param1:ParamValue1,Param2:ParamValue2]
Thanks,
Pooja