.pyFirstName Is not in context its showing .when i am using in the property Value In Section ?
Hi @PavanKumarReddyG16717473,
Define the class as below image in pages and classes tab why because we don’t have that ootb property in your defined work class
Please refer below image
After this configure OperatorID.pyFirstName
Thanks,
Mohd Qizer Uddin
@PavanKumarReddyG16717473
Ensure the property is available in your inheritance path. pyFristName property is defined in Data-Admin-Operator or Data-Party layer. Define a data class for Claims and extend Data-Party for Account and then refer the pyFirstName based on your requirements.

