Skip to main content
Question

Add Field to selector list

  • May 7, 2026
  • 1 reply
  • 19 views

Forum|alt.badge.img

Hello

Is there a simple way to add a field to an already existing selector list? I want to add the default BOM (true / false) to this list. In the BOM profile this is the formula we use to allow it to come through on the profile GI: =IIf( [AMBomItem.BOMID]=[InventoryItem.AMBOMID], True,False).

 

 

1 reply

Forum|alt.badge.img+3

@JReppard Yes, this requires customization.
You can extend the existing selector and add a custom/unbound field for the Default BOM flag, then include it using PXCustomizeSelectorColumns so it appears in the selector popup list.