Write back ID of upserted record
Using the Salesforce NetSuite template to import Salesforce Products from NetSuite items.
I'm able to update the Salesforce product and pricebook entries, but not sure how to have the Salesforce ID that was just updated or created sent back to the original NetSuite item (could be service item, inventory, non-inventory, etc.).
Is this possible in a single flow? Does it need a hook? Or can I just transform the destination import object and add another destination import object inline?
When I do so, I get an error 'Failed to create, update/transform record because item' Code = sss_invalid_record_type. Using Import record type as Item. If I use Service and update just service items, it completes successfully, but I'll have a mix of different item types.
Comments
Use multiple imports for the different Item types with the new flow branching - will make this more manageable and attractive.
Please sign in to leave a comment.