How to refer property from a different class

If I create a decision table in a case type class i.e under Work class and my properties are in a data class and I need to use one property from the data class into the decision table under my Work class, can I do that? I have created a data page for the data classa. Can I refer a property from the data page into the decision table ?

Hi @DebasreeS4579, yes you can use a data page in a decision table.

You need to specify the Dpage in the “Pages and Classes” tab and then specify the Dpage.property in your Decision Table property chooser’s property. In case of list type results you can define it as D_ABC[Param:if_any].pxResults(1).property, after defining D_ABC and D_ABC.pxResults(1) in the pages and classes tab.

Hope this helps!!

Thanks,

Saurabh.

@SaurabhG7134

Thank you so much