Setting a maximum character length on a Free-Form Text field can be configured under the Validation & Defaulting tab of the field setup, but setting a minimum character length is currently not an option. As a workaround, create a workflow that will return a user error if a field’s minimum character length is not met.… Continue reading Set Minimum and Maximum Character Length of Custom Zip Code Field Using Workflow
Tag: workflow
Custom Discount approval workflow
We will be creating a custom workflow to handle this discount approval process.As mentioned in the requirement we will be hiding the standard approval button and creating a new disabled custom field on the Sales Order with a list of “pending approval” “approved” and “rejected.”The Submit for approval button will be available for the creator… Continue reading Custom Discount approval workflow
Guidelines for Using the Before Record Load Trigger
Refreshing the browser reloads a record. If a user refreshes the browser during editing or viewing of a record in a state, all Before Record Load actions in that state execute again. You cannot set field values on an existing record if the Set Field Value actions execute on a Before Record Load trigger. Use… Continue reading Guidelines for Using the Before Record Load Trigger
Call Suitelet from Workflow and set Values.
Call Suitelet from Workflow and set Values.
Scheduled Trigger Guidelines
Scheduled workflows, actions, or transitions do not execute if the Release Status of the workflow is not set to Released. Scheduled actions do not execute in an exit state after a record enters the exit state. The record exits the workflow before the scheduled action executes. NetSuite does not consider the time zone of the workflow owner or… Continue reading Scheduled Trigger Guidelines
Make A Field In Custom Record Globally Searchable
Requirement – created a custom record by not including the standard Name field. Created a custom field in that record for storing names. The standard Name field is not included as the name is not mandatory for the custom record and the standard Name field is mandatory if included. But the custom field for storing… Continue reading Make A Field In Custom Record Globally Searchable
Automatically Create Child Custom Record
Requirement – Create a child custom record upon the creation of a parent record. There is a custom child record in the Item record. And whenever an item record is created a child record should be created automatically in the same name as the parent Item. Solution – We have put a workflow in the… Continue reading Automatically Create Child Custom Record
Total Cost Workflow in Zorro
Total Cost Workflow in Zorro
Workflow for Prevent edit of approved Journals
Prevent the users to edit the already approved journals
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