Workflow action script to validate filenames

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

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