Requirement We will be implementing an API to fetch the customer data from Netsuite to an application. Request : GET Script: Restlet Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- MandatoryCustomerCode : Customer Code(id:custentity_code) field in the Customer record – Mandatory Solution
Author: Jesna John
Workflow Failure : Dunning
Issue Client having an issue with their existing workflow and an error message is like “This email notifies you of errors which occurred within asynchronous processing of a workflow that you own. For more information about these types of emails, please refer to the following page in Help Center: SuiteFlow (Workflow) > Testing and Troubleshooting… Continue reading Workflow Failure : Dunning
Client script for setting the value of custom fields to empty whose display type is false
Requirement Based on the custom form selected from a select box, there are some fields whose display type can be false or true. On the save of that record, find all the custom fields whose display type is false and set those custom fields to empty. Solution
Storing Item Receipt number in Bill and Bill number in Item Receipt
Requirement There is a bill button on the IR record and if the user clicks the bill button from the IR record, the IR number should populate to the custom field in the bill record. And once the user saves the bill, the corresponding bill number need to be stored in a custom field in… Continue reading Storing Item Receipt number in Bill and Bill number in Item Receipt
Auto delete real time request
Following is a map reduce script to delete the custom records that are older than 60 days.The Deletion process will be done once a week and can be scheduled.