I would like to support barcode/cross-reference in the Inventory ID field on the Transfers screen.
The POReceiptLine.inventoryID is decorated with [POReceiptLineInventory] which will do a lookup in the Cross-Reference table.
The INTran table.inventoryID field is decorated with [StockItem] which doesn’t do a cross-reference lookup.
Creating a field and giving it [CrossItem] will do a cross-reference lookup.
I know that CrossItem and StockItem cannot be added at the same time.
Is there an existing attribute that would allow me to replace the StockItem attribute on a field in a customization that would add cross-reference lookups like CrossItem allows for?