Hiding an element from a record

REQUIREMENT Need to hide a specific tab from a custom record. SOLUTION Use the following code snippet in user event script to hide the tab from the custom record and thereby it hide the corresponding sublist.

GL Plugin script to modify GL of payment based on the account selected.

REQUIREMENT Client needs to implement a functionality, where user will have a dropdown menu to select the type of discount account, where they want to direct the discount amount entered on each invoices applied in the payment record. Currently, their customers (retailers) give them all sort of discounts but it is always defaults to the… Continue reading GL Plugin script to modify GL of payment based on the account selected.

Creation of Logistic Invoice for the standard Invoice

REQUIREMENT Need to implement a button within the invoice record. This button will only appear in the view mode of the record. Additionally, add two new body fields to both the standard and commercial invoice records.  Upon clicking this button, it will initiate the opening of a commercial invoice record in a new tab, specifically… Continue reading Creation of Logistic Invoice for the standard Invoice

Error in Custom Report Deletion

REQUIREMENT When trying to delete a custom report in NetSuite, an error occurred “You cannot delete this report until all of its associated schedules and results have been deleted” SOLUTION Deleting a report returned with an error message; occurs when the report may have been scheduled or has associated results. Delete the Report Schedule Login… Continue reading Error in Custom Report Deletion

Issue with showing empty search results for item search in restlet

ISSUE There was an issue that item search from a restlet script showed empty results for a specific role used for integration. When the search is executed in UI, results are present but when run through restlet script it shows empty results. SOLUTION The issue was with the subsidiary restriction permission issues. The custom role… Continue reading Issue with showing empty search results for item search in restlet

Duplicate Resolution Returning with “Unexpected Error”

Issue The user is merging duplicate customer records and after tagging Master and Duplicate, the Duplicate Resolution Status returns with “An unexpected Error occurred”. Solution 1 ) This is happening because the Customer record being tagged as Duplicate has more transaction records than the record being tagged as Master. Interchanging the tagging will allow the… Continue reading Duplicate Resolution Returning with “Unexpected Error”