Hi everyone. Got an error that's driving me nuts. Stemming from a boomi integration. The error is "Error executing Netsuite operation: org.xml.sax.SAXException: 'value' on {urn:
core_2019_2.platform.webservices.netsuite.com}BooleanCustomFieldRef is required." The weird part is the following:
1. This is an Account Create flow from Salesforce to NetSuite, where a Customer Record is created.
2. When we put in a number string for a field that looks for NetSuite Internal IDs, it switches to the Update account flow. The Update flow CREATES A NEW RECORD in NetSuite and then overwrites the internal ID in Salesforce.
3. The Update and Create flows are otherwise identical - but the Update flow works and the Create flow does not.
4. We have accounted for 100% of the checkboxes/boolean fields on the Customer Record (I pulled all 29 checkboxes that exist on the Customer record and verified only 3 needed to be mapped, and all are mapped. Also, the Update flow maps the exact same checkboxes and it works just fine.)
5. There are workflows on the Customer record. I've disabled the ones that are on Create by moving the status to "Suspended" and Inactivating them, just so I won't see them anymore either. Didn't seem to make a difference.
This is for a series of tests we're performing in Sandbox, so there are limited System Notes.
Question: What is the best way to troubleshoot this particular error? Creating a Customer record in UI goes through with no issue. It is only when the boomi integration is triggered. I also have zero idea (and the boomi team has no ideas either) about why the Update flow works to create a Customer record, but a Create flow gets hung up on this error - even though they have the exact same mapping (we went through the mapping line by line, so we verified it was indeed exact).