Hello Community,
I have been trying to add a Contact selector field in the Stock Items (IN202500) but looks like there’s something I am missing here. Can anyone guide me out what else I am missing here?
Code Attribute:
/PXDBInt]
/PXUIField(DisplayName = "Contact", Visibility = PXUIVisibility.SelectorVisible)]
/PXSelector(typeof(Search<CRContact.contactID>),
  new TypeT] {Â
    typeof(CRContact.contactID),Â
    typeof(CRContact.fullName),Â
    typeof(CRContact.email)
  },
  SubstituteKey = typeof(CRContact.contactID),
  DescriptionField = typeof(CRContact.fullName),
  CacheGlobal = true
)]​​​​​​​