-
Alert when a sales order document status changed
Hi, I've created a saved search with the following criteria: Type: Sales Order Main Line: True I want to send an alert when a fulfillment record deleted. So I used the document status field (as the screenshots below) But the alert is not recieved.. Any help please? Thanks in advance
-
NetSuite Tip - Customized html alert popup
Scenario: Show a popup mentioning insufficient credit limit balance on SO. Refer the below code for reference. Here uses a html alert popup and embedded into a inlinehtml field. const PENDING_APPROVAL = 'A'; const beforeLoad = (scriptContext) => { if (scriptContext.type === scriptContext.UserEventType.DELETE) return; try {…
-
Changed transactions alert/search/query
Hi. We have a saved search that identifies transactions have been created or were modified. but what would also be very helpful is being able to identify the GL impact for those transactions that have been modified. Can we do that in a more automated way?
-
How can I disable alert on Sales Order when a Description Item is added to a line?
When a Description Item is added to a Sales Order line, a popup alert stating "Rate not allowed for this item" must be cleared before completing the line. How can this popup alert be disabled?
-
Is it possible to set up an alert for a specific customer when the number of shipments of a specifie
Is it possible to set up an alert for a specific customer when the number of shipments of a specified item in a month exceeds a set value? For example, a feature such as an alert the next time SalesOrder is created when deliveries exceed 1,000 units in a month. If this is a standard feature, please let us know.
-
how to turn off alert of inventory status expires date
On the screen where I enter the Inventory status of the sales order, if it specify an expired lot number, it shows an alert like this picture then it's kinda annoying. is it possible to turn off this alert? If it is possible then please tell me how to do it. thanks