Skip to main content

New to Acumatica, we are in early implementation phase. 

Our iPaaS system is MuleSoft, and our CRM is Salesforce. 

Currently, we are working to POST new customers to Acumatica via REST API.  Receiving an error that we do not appear to have permission to create the SF Price Cls field, so the method fails.  When I look at the endpoint in Acumatica, I don’t even see that field as available.  

Do I need to do the mapping inside Acumatica individually?  And do I simply extend the endpoint to do so?  Any insight appreciated, thanks!

Hi @ZJAM,

You can try adding the field to the endpoint. To add custom field to the endpoint, you can extend and map it accordingly. For more info on extending the endpoint kindly refer, https://help.acumatica.com/Help?ScreenId=ShowWiki&pageid=c450492e-06fe-4563-95c3-efa76975415b

 

If that doesn’t resolve the issue, please share the details of the request, request URL, request payload and error response received.

 


Reply