We add one custom column call “Brand” in stock and non stock item.

InventoryItemExt.UsrBrand is the extended DAC (free text field).
In Details tab of Appointment screen (Screen ID: FS300200) we have a selector for Inventory Item.

I wants to add Brand column in above popup box.
I try with “PXCustomizeSelectorColumns” and “PXSelector” but it replace all column.
I wants to keep all columns as it is and append one more column as brand.
I check code and found that “InventoryIDByLineType” attribute is used. But I cannot get how can we add one more column in it. And I cannot get original logic for all above columns otherwise I can copy paste and change.


