Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Becoming More OO Multiple For Loops JS
I have been wanting to become more OO. I develop a little in NetSuite and their APIs are in JS. I have the code below. Here is what is does.
1) search APIs does search on all transactions that are on the water.
2) Loops through all of the transactions and then searches for everyone of these transactions it does another search on them. The reason is because NetSuite's API governance only allows a 1000 lines with search APIs (this can be worked around other ways as well). Also want to do it this way because will be working in other logic that will make this way necessary.