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).
