I created generic properties in “Apol-Data-Details” class. i want this properties to use in "Apol-FW-ApoloIns-Work"class. For this i created a property with single page mode and in page definition i gave “Apol-Data-Details” class.After this i tried to use this properties in my section which is in “Apol-FW-ApoloIns-Work:” .But i am getting above error.
First property, second page property and the section rule you need to have in a RSV that is accessible by each other.
Say if you have properties in a branch, then save as section in same branch.(due to ruleset validation and application validation)
Hope this helps!
If you are already doing that, then refer once
I Too got these problem ,and i have given the properties as page property in my work class and created section in work class and the properties in data class also referring same RSV but still its showing the error message
Hi @NalumachuA: If i understand this correctly,
- you have a single value property in Data class
- You have a page property in work class where the page definition is given as the data class
- You have a section in work class and you are trying to use the single value property from data class in the section
- All the above 3 are in same ruleset and version (this is not mandatory, it depends on your app stack)
If this is the case, please check if you are referring the property using page context (.pagepropertyname.singlevaluepropertyname)
Note: it is better to create the section in the data class and include the entire section using the page.
Please let me know if this helps.
Thanks