Solution
Tag: user event script
The value can’t be set in the Edit context In Beforeload
When a record is in edit mode, the user event script can’t set value in any fields in beforeload entry point. But we can set value in create context, using user event script in beforeload entry point. This restriction only exists in beforeload entry point. In beforeSubmit entry point, we can use setValue to set… Continue reading The value can’t be set in the Edit context In Beforeload
Add Prescription Table in Customer Record
A prescription is a custom record available in the system we want to show all available prescriptions for that customer. The following script creates a prescription HTML table in the customer record. The Prescription Table shows all essential data like the quantity of prescription items used in Transactions, Auto-ships, Pet & Vet details, etc. Also… Continue reading Add Prescription Table in Customer Record
Auto-Ship: Link Prescription to Auto-ship and Sales Order (Real Time)
Script handles linking prescription to line records/Auto-Ship (custom record) both with/without SO reference upon approval of prescription record(custom record); Similarly to Sales Order item Lines.
User Event script to add a custom field in Requisition record which gives the Exchange Rate corresponding to the Transaction Date.
Auto PO Creation And Item Line Closing.
The client would like to create a customization that will close the item lines in the purchase order that are not received and create a new purchase order for the unreceived items. We can create a user event script that can be deployed in the Item receipt
Auto generate Invoices from Item fulfillment
Jira Code : BGGN-152 Description The User event script is used to create the Invoice automatically from the Item Fulfillment for New Zealand Solution
Script to add a field in a specific position in a record
Script to add a field in a specific position in a record