Requirement Need to create a custom page to list all the mpcr that are open status and the current user is the corresponding project manager (Body or Line). The user is able to select the mpcr and click submit button and the corresponding PM review checkbox will be checked and the corresponding custom fields :… Continue reading PM Review for MPCR in employee center
Author: Jesna John
Setting NetSuite Integration Record
There are a few steps that are needed before setting up the actual Integration record Enabling required NetSuite feature Make sure that all features are enabled by navigating to Setup > Company > Enable Features. Under the SuiteCloud subtab, find the Manage Authentication field group and enable the Token-Based Authentication and OAuth 2.0 features. Set up a custom integration-specific role Navigate to Setup >… Continue reading Setting NetSuite Integration Record
Customer Balance Integration API
Requirement We will be implementing an API to fetch the customer balance data from Netsuite to an application. Request : GET Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- Mandatory CustomerCode : Customer Code(id:custentity_code) field in the Customer record- MandatoryPageIndex: Index of the page(starting from… Continue reading Customer Balance Integration API
Customer Data Integration API
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
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.