Hello all,
I am trying to add an employee selector field in Projects (PM301000) screen. below is the code that I had applied, but it doesnt work:
[PXSelector(typeof(Search<EPEmployee.bAccountID>),
typeof(EPEmployee.bAccountID),
typeof(EPEmployee.acctCD),
typeof(EPEmployee.acctName),
SubstituteKey = typeof(EPEmployee.acctName))]
[PXUIField(DisplayName="TestEmployee")]