Hi there, I have written a map reduce script whic...
# suitescript
d
Hi there, I have written a map reduce script which pulls orders from Konnecktive CRM and creates cash sale in netsuite. I had pulled the data for 1 month there were 10k order in Konnecktive CRM however, in Netsuite only 6K orders got created. The script was running for more than 8 hours. also I did not get any error. The only thing I got was a log called as “truncated” and when I clicked on it, all the logs got deleted. I don’t know where to look is it Map reduce script issue or KNK orders issue? any help would be appreciated.
e
From an architectural perspective, using a custom record as a staging table for incoming external records would be a better approach for better control and maintenance. This way it might be easier to determine what the issues are and which records it could not process when creating cash sales.
To see the previous day's log go to Customization->Scriptings->Script Execution Logs
d
Appreciate your help @Eric B
👍 1
b