Question

Custom list should not auto populate on Work order screen

  • 30 June 2023
  • 1 reply
  • 38 views

Badge +4

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 . 

has connected it using a data source field set (CePiecesUtilSet)

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 


1 reply

Userlevel 5
Badge +22

Hello @Akshaya S. If the problem is still open, you can use the hereunder syntax that allows to bind the new tab with the selector of the main page. In your case, it should be ActiveSeparateSelector with the corresponding keys set as properties.

 

 

Reply