If you receiving the error: 'Field' cannot be found in the system. Follow these steps to resolve.
- Unpublish all Customizations
- Edit the ASPX and add CommitChanges = ‘True’ to the PXMultiSelector tags:
-
<px:PXMultiSelector runat="server" DataField="Field" ID="CstPXSelector20" CommitChanges="true" />
-
- Edit the DAC for each MultiSelector field and add ValidateValue = False to the end of the selector definition.
-
[PXSelector(typeof(Search2<EPEmployee.acctName, LeftJoin<Branch, On<Branch.branchID, Equal<Current<AccessInfo.branchID>>>>, Where<EPEmployee.vStatus, Equal<Status>, And<EPEmployee.parentBAccountID, Equal<Branch.bAccountID>>>>) ,ValidateValue = false)]
-
- Republish all Customizations