Discussion
5
Replies
17066
Views
TATA Consultancy Services LTD.
Posted: April 2, 2015
Last activity: April 3, 2015
Data class and Work class
Hi ,
I have created three properties. Out of three one is of type Page and other two is of type Page list. Only properties of type Page I can locate in Data class and other two page list properties wont available in Data class but I can see those in Work class. Please clarify.
The marked properties belongs to type of Page. Is it like only properties of type Page will be available in Data class? If so then what is the benifit of doing so...
Thanks in advance!!
The Page List has not been constructed yet, there for it doesn;t exists int he clipboard. You need to set a value in a property in order for the object to be constructed and placed in memory. this can be done by create a data rule called pySetFieldsDefaults (make sure the Rule Name has py in it, as PRPC will remove py in the Rule Name. Set one of the field vlaues to " ". Then create another Data Trasform called pyDefault and call the pySetFieldProperties. Then rule your application. You will see this Page created in the ClipBoard.
Bill Rathert