When working with Saved searches, it’s often essential to filter and narrow down the results based on specific criteria. For searches on execution of saved search, “last run by” filter allows us to view entries based on the individuals who performed the execution. However, by default, the filter options are limited to “mine,” “my team,”… Continue reading Last Run By Filter in Execution Log Search
Month: June 2023
Send PDF files using Restlet endpoints
The solution is send the PDF file base64 content as in Restlet script response. The logic for sending base64 content. let pdfFile = genPDF(); // Replace this with your PDF generation logicreturn { fileName: pdfFile.getName(), fileContent: pdfFile.getContents() };
How to get list of saved searches in your account that currently contain HTML code in Formula(Text) fields.
For getting the HTML code with Formula text field, go to Lists > Search > Saved Searches with HTML in Formula (Text). Note: If you have customized your NetSuite center to remove or rename the Lists tab from the navigation menu, you may not see the Saved Searches with HTML in Formula (Text) list. To access… Continue reading How to get list of saved searches in your account that currently contain HTML code in Formula(Text) fields.
Testcase Document: Grouping of sub-customers
Resolve Error: “An unexpected error occurred during this process.” when Updating Revenue Plans
Resolve Error: “Error: An unexpected error occurred during this process” when Updating Revenue Plans within the Revenue Arrangement record Solution Possible Resolution: See if there is a conflict with Auto-Generated Numbers In Global Search, search for Revenue Recognition Plans Click the result Page: Revenue Recognition Plans Quick Sort: Set to Recently Created Take note of the recent revenue… Continue reading Resolve Error: “An unexpected error occurred during this process.” when Updating Revenue Plans
Item Saved Search to show zero for null value for Location Quantity on Hand
To show zero for null value for Location Quantity on Hand in Item Saved Search, Create Item search Provide the required criteria On the results tab, along with other columns add the following formula 4. Click Save & Run
Rounding Off Values to Two Decimal Places In calculations
Resolve Error: “One or more cc emails are not valid.” on Workflow Send Email Action
Scenario The Transaction Body Field CC Email was created and applied to Sales. The CC Email id (Example: {CUSTBODY56}) was applied on Workflow Send Email Action in the CC field under Recipient section. If CC Email Field (or other field that should populate the email address) does not contain any value on the Sales records, the following error might occur: One or more cc… Continue reading Resolve Error: “One or more cc emails are not valid.” on Workflow Send Email Action
Error in printing Picking Ticket
When we try to print picking ticket from Sales Orders with ‘Billed’ status an error message as shown below. This is because of the NetSuite behavior.It is not possible to print the picking ticket from sales orders with ‘Billed’ status. When we try to print picking ticket from sales orders with status other than ‘Billed’… Continue reading Error in printing Picking Ticket
Resolve Error “Author Internal ID or Email Must Match an Employee”
Scenario User has a business process that if the request is less than amount, the request will not require an approver. As part of a business process workflow, the user is not setting the Next Approver field for this scenario. On the Workflow, the sender of the email must be the Next Approver. If the… Continue reading Resolve Error “Author Internal ID or Email Must Match an Employee”