Skip to main content

     PXDBInt]
    PXRestrictor(typeof(Where<InventoryItem.itemType, Equal<INItemTypes.nonStockItem>>), "Non-Stock Only")]
    ÂPXSelector(typeof(Search<InventoryItem.inventoryID>),typeof(InventoryItem.inventoryCD),SubstituteKey = typeof(InventoryItem.inventoryCD),DescriptionField =typeof(InventoryItem.descr))]
    /PXUIField(DisplayName = "Item ID")]
    public virtual int? UsrItemID { get; set; }
    public abstract class usrItemID : PX.Data.BQL.BqlInt.Field<usrItemID> { }

I should show Item ID

Hi @kevinheng21 ,

I didn't see any issues in the code, and I have tested it in my local environment, where I was able to display the Item ID display name.
 

Regards,

Sweta


Reply