Error in import : ignoring current record as ignoreExistingRecordsOnAdd is true Found a record with id 73422
When I check the ignore existing record in the import side and run, then the record is ignored in the flow. The reason of the ignore is "ignoring current record as ignoreExistingRecordsOnAdd is true Found a record with id 73422 ". I don't have any id 73422 in the Celigo flow . Idon't know where the Id get . Please help me to find a solution
0
Comments
Hello. Is this an issue in a Celigo University course? If not, you may want to post this in the general Community discussion area.
Hello JCS Celigo Integrator 2,
I have moved your post to the Troubleshoot custom flows section for more visibility. Thanks!
I recommend contacting customer support. If you want help from the community we need more info. Can you share screenshots of your flow, the import drawer, the error drawer, etc...?
I have created a ticket to the Celigo support team for help.
It is a custom flow. In this flow , Current working of the flow is in export side reads the sales order details from NetSuite and In lookup, the shipped shipment details get from the ShipBob[third party]. Import side, create Item fulfillment in the NetSuite for the shipped shipments (When we unchecked the ignore existing record checkbox in the import side).
Actually, we need to check the ignored existing record check box in the import side of the flow. when I checked the check box and give the filter. If any condition occures, It always ignore the records and didn't create item fulfillment in the NetSuite.
Import side
Import mapping
If it's finding an Item Fulfillment transaction in NetSuite with a custbody_jcs_shipbob_ifshipmentid with that value, then it's existing. You mention 73422 from the error, but from the screen shot the shipmentid is something different.
When you encounter this error, take the ID that is reported (e.g., 73422) and search NetSuite for a transaction with that value in the custbody_jcs_shipbob_ifshipmentid. Once you find it, you'll have clues to figure out what's going. Something is creating the fulfillment and setting that ID, then it seems like the flow is trying to create it again.
Things to check:
Please sign in to leave a comment.