Requirement: Client wants to receive emails after 24 hours after the BOL is uploaded by them in the IF, and every next 24 hours. Solution:
Author: Lakshmi priya Suresh
Send automatic emails when the sales orders don’t have any back ordered items.
Scenario: Need to send automatic emails when the sales order doesn’t have backordered line items and close the sales orders when they are not picked/packed/shipped even after 30 days. Send a warning email on the 15th and 25th day to notifying the customer about the order will be automatically closed. Create a button to provide… Continue reading Send automatic emails when the sales orders don’t have any back ordered items.
Proposal – Update IF “Shipping Method (Report)” field
Requirement: Client wants to update values in the field “Shipping Method (Report)”, a custom field in all transactions. Item fulfillment can’t be updated as there is no standard import for it and so we need to update it using script. We need to populate the values in the custom field “Shipping Method (Report)” in item… Continue reading Proposal – Update IF “Shipping Method (Report)” field
Updating Assembly Item Components From Work Order
Scenario: The client wanted to develop a functionality that updates the assembly item components whenever the items are updated in Work order for this assembly item. Solution: /** * @NApiVersion 2.x * @NScriptType UserEventScript * @NModuleScope SameAccount */ /************************************************************************************************* * Script to update assembly item components when work order item lines are updated. * ************************************************************************************************… Continue reading Updating Assembly Item Components From Work Order
Converting the item receipt from the transfer order
Requirement: Create item receipt automatically for transfer orders having item lines with quantity fulfilled greater than quantity received. Solution: /** * @NApiVersion 2.1 * @NScriptType MapReduceScript */ /************************************************************************************************ ** Swyft Inc | Create Item Receipt For Transfer Order** * ********************************************************************************************** * * Author: Jobin & Jismi IT Services LLP * * Date Created: 29-December-2022 *… Continue reading Converting the item receipt from the transfer order
Proposal For Adding Spike Alert And Notice
Proposal Summary This proposal summarizes the solution for displaying an alert box on the screen when the available quantity of an item entered in sales order and quote exceeds the re-order point of that particular item in the selected location. And an email notification will be sent to sales reps and specific roles based on… Continue reading Proposal For Adding Spike Alert And Notice
Proposal For Auto Fulfilment Of Non-Inventory & Service Items
Proposal Summary This proposal summarizes the solution for implementing an auto fulfilment functionality for all non-inventory and service items when there left only these items in sales order to fulfil. We will find all such sales orders and then fulfil the notes only and mark them shipped in the sales orders. Requirement We need to… Continue reading Proposal For Auto Fulfilment Of Non-Inventory & Service Items
Proposal for Adding CSR to Backordered Notifications
Proposal Summary This proposal summarizes the solution for sending the back-order notifying email to CSR of the customer listing only the orders of their customer and to send email to other recipients listing all the orders with an additional column for displaying the respective CSR’s. Requirement In the email that we receive when the warehouse… Continue reading Proposal for Adding CSR to Backordered Notifications
Attaching an email to the communication tab in transaction record
Scenario: Want to see the sent emails in the message list in communication tab in the sales order (Transaction record) Solution: Add the parameter “options.relatedRecords” to the email.send(options), and give the transaction records id as value for this parameter for attaching the mail to transaction record options.relatedRecords : Object that contains key/value pairs to associate… Continue reading Attaching an email to the communication tab in transaction record
Find out the execution status of a scheduled script
Go to search –> Saved searches –> New –> Scheduled Script Instance Under the criteria tab, add the script deployments internal id which is a join field: Under the Result tab, select the Maximum of “Status”: Then save the saved search.