Workflow action script to validate filenames uploaded under file tab is in correct format ‘Estimate_PO_1236’ and ‘Invoice_PO_1236’ define([‘N/error’, ‘N/file’, ‘N/record’, ‘N/search’, ‘N/runtime’], /** * @param{error} error * @param{file} file * @param{record} record * @param{search} search * @param{runtime} runtime */ (error, file, record, search, runtime) => { “use… Continue reading Workflow action script to validate filenames
Tag: workflowaction script
Workflow for password resetting
Project: THR-354Add a custom checkbox to the customer record.Create a workflow . In the workflow check if the custom checkbox created is checked. If checked then check the give access Checkbox in the Access subtab of customer record. Then also check the Manually assign or reset password and set a test password. After that send… Continue reading Workflow for password resetting
Cosmetics, Pallets Discount in a Sales order.
Adding discounts on a sales order using workflow and workflow action script.
Create a script to assist with the promotion of sales order to invoice
By user interface and bulk processing context sales order transform to invoice.