Issue in iterating search results

Scenario: While creating saved searches, after getting its result we may need to iterate the result sometimes after the iteration only one item may show in the console(or any output platform). Solution: The searchResults.run() method need a return true statement to continue the iteration. In Suite script, there is no break statement to break the… Continue reading Issue in iterating search results

Create invoice from CSV file.

Create invoices from uploaded CSV files. Users will be manually updated the CSV file in the file cabinet using a custom record. Using this CSV file we need to create invoices for each item in the CSV. The Invoice creation SO mapping will be based on the saved search(Search-id: 14235). Requirements The objective is to… Continue reading Create invoice from CSV file.