Dear Team,
We are using vendor Attributes and Selectors as below but it is always showing Employee details. It happening only happening in particular customization form other forms all okie.
Here is my code.
[PXSelector(
typeof(Search<Vendor.bAccountID>),
typeof(Vendor.acctCD),
typeof(Vendor.acctName), SubstituteKey = typeof(Vendor.acctCD),
DescriptionField = typeof(Vendor.acctName),
SelectorMode = PXSelectorMode.DisplayModeText)]
[VendorActive(DisplayName = "Account ID", Required = true)]
[VendorNonEmployeeActive(DisplayName = "Account ID", Required = true)]
I tried all the 3 options above but i am always getting as below
Work Fine below as in other places
Regards,
Sakthi