Skip to main content

MutliSelector Error - 'Field' cannot be found in the system. SOLVED

  • May 30, 2024
  • 1 reply
  • 80 views

Forum|alt.badge.img

If you receiving the error: 'Field' cannot be found in the system. Follow these steps to resolve.

  1. Unpublish all Customizations
  2. Edit the ASPX and add CommitChanges = ‘True’ to the PXMultiSelector tags:
    1. <px:PXMultiSelector runat="server" DataField="Field" ID="CstPXSelector20" CommitChanges="true" />

       

  3. Edit the DAC for each MultiSelector field and add ValidateValue = False to the end of the selector definition.
    1. [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)]
  4. Republish all Customizations

 

Did this topic help you find an answer to your question?

1 reply

Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • 2757 replies
  • May 31, 2024

Thank you for sharing your solution with the community @kgawryluk80!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings