Hi All ,
I have created a tab with list in Prepare work order screen using custom entities .
custom entity name -- > CePiecesUtil
I have used standard projection(prepare Work order handling) of the work order page to connect the standard entity and custom entity .
Active separate -- parent entity , CePiecesUtil -- > custom entity
Association name is CUtilRef
using page designer , added the list within a tab , and the list is displaying data .
The issue is the list is supposed to populate only when object Id and object site is choosed or when a work order site is used . till then it must be empty , but right now , it is populating with all the values even before a work order is saved .
Tried using binding in page designer , but it is throwing error or not displaying the list .
Thank you