Thanks again... I went and checked, and the production version is also set to "No." I put a debug trace on the production side and see if I can't pickup the equivalent of the sandbox side and post...
Thanks for the input, Scott. I have the same mapping on the "sale" that comes through first as shown above with a different form and it completes 100% of the time without the "data" preamble. Tec...
No, the flow processes all sales and returns (refunds). Exchanges were the 2nd phase of transactions being added. Because of the way the customer wants to account for the transactions - via cash ...
Thanks, both of you! I will leave it as it is and do some testing!
So, you are saying that I have the data coming from the export already formed correctly for the API, that I just "pass it through"? I have not tried that nor am I sure of how to do that. I would ...
Thanks, Kate. I can't imagine anyone doing the same type of sync that I am trying to do hasn't had the same problem!
David,Here is the filter for the condition. My question is will Celigo call this for each record in the array? function filter (options) { if(options.record._PARENT.trans.tran.TransactionTy...
Thanks again for your helpI have another nested array that I need to use to add the "items" within each "tran" to the NetSuite" sale. If I setup the "many" to back up one array as you suggest, the...
Thanks for the quick response!!!Here is the top part of the data coming from the export after I have "manipulated it in the hook:{ "trans": [ { "tran": { "BusinessDate": 20220217, ...
Something like this: /Transaction/findTransactionsByPeriodAndParametersExt?startDate={{dateFormat 'YYYYMMDD' date}}&endDate={{dateFormat 'YYYYMMDD' date}}&startTime={{substring (subtract 18000000 ...