I have created a new custom field in SOOrder, I want to retrieve SalesPerson.descr from SalesPerson table but not showing value. I want SalesPerson Description insert it into the SOOrder table.
[PXDefault(typeof(Search<SalesPerson.descr,
Where<SalesPerson.salesPersonID, Equal<Current<SOOrder.salesPersonID>>>>),
PersistingCheck = PXPersistingCheck.Nothing)]
[PXDBString(60)]
[PXUIField(DisplayName="SalesPerson Description")]

