The client needs to delete all the addresses in the employee record. We have created a scheduled script to delete them without affecting any other fields. /** * @NApiVersion 2.1 * @NScriptType MapReduceScript */ define([‘N/record’, ‘N/search’], /** * @param{record} record * @param{search} search */ (record, search) => { … Continue reading Scheduled Script To Delete Address From Employee Record
Author: Athul Krishna
Updating Entity Name In Journal Entry Line Level
Client needs to update missing entity names in specific lines in the journal entry record. The details was given in CSV file. We have updated using a scheduled script,
Map/Reduce Script to Update Landed Cost In IR record using CSV Custom Import
The client needs to update the landed cost template at line level in IR record using a CSV file. We have created a map/reduce script to update the values.
Scheduled script to update custom price field in Item Record
The client needs to update a custom price field in the item record based on some values in other fields.
Update Checkbox Value In Item Record
The client needs to update a value in a checkbox in Item record.
Deletion of Cash Sale Records
Client needs to delete the cash sale records
Change the Lot Numbers in Cash Sale
Client needs to change the lot numbers in Cash Sale records.
Delete Inventory Transfer Records
Client needs to delete the inventory transfer records.
Closing Work Orders
Client Needs To Close Work Orders Using A Scheduled Script
Script To Delete Item Line From Cash Sale Record
Client needs to delete item line from the cash sales record