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.
Author: Jesna John
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.
Mass Update Script to update Line Location in sales Order
REQUIREMENT Update the line level location of a sales order using mass update scirpt. SOLUTION
Delete Lines from Sales Order
REQUIREMENT Delete the sales order lines having a specific item. SOLUTION
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
Pop-up alert when IF changed to Shipped status
REQUIREMENT The client needs to show a Pop message with the shipping note value when the shipping status is changed to Shipped in the item fulfillment record. SOLUTION
Issue in validating and deploying the project to NetSuite account -SDF
ISSUE : When trying to validate, deploy, or upload a script file to NetSuite account to use SDF, the following error occurred visual studio code. SOLUTION This issue occurs if the time in our system is not correct or accurate with the real time. When the system time was corrected, this issue was solved.
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”