Hi Scott,Thanks again for taking the time to answer. You might be able to work around this by explicitly setting the "sandbox" boolean field to true on the export resource before posting it to th...
If you use one to many, then it will do an import based on the N number of child objects.This means in the left side of your mapping you can use Name instead of Report_Entry[*].Name and this is the...
Bhavik Shah Thanks for your comment. I already did that, and in the UI it works. However sometimes in Postman the API call also works. That is the strange part.To give a bit more details:I have a c...
It seems you have multiple report_entry json objects. Are they all filled in correctly?And maybe try to use the one to many option: Then in the search filter, you can just use Employee_ID then it...
It seems working. However it does not work always. Sometimes when I do a POST request to the same API, without changes to code nor the saved search it gives me this error: {"code":"sss_invalid_srch...
Thanks for the detailed answer!It seems it was pointing to a wrong connection indeed. Virtual export is now working.However I also tried the second approach just for learning.Thanks Scott I appreci...
If you run a flow that is connecting with Netsuite then you can see in Netsuite: Customization > Scripting > Script Execution Logs which User is getting used for that connection.
Hi Vikram ThakreChecked and it works. Thanks for the update!
Thanks for the clear answer Scott! I think the API would be a good approach to use in my case. Would have been nice if there was a "accept solution" on the forum :)
Whenever I change something in the branching input it removes the complete input and then it gives me a red input box (error). Cannot save anymore. Seems like a bug. I can also not report a bug as ...