HA
04/07/2025, 2:26 PMCeligo AI
04/07/2025, 2:26 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** To add a custom formula to a workflow that checks if the manufacturing routing isn't blank, you can follow these steps: 1. Create a new workflow or edit an existing one. 2. In the workflow, add a new state. 3. In the new state, add a new action of type 'Set Field Value'. 4. In the 'Set Field Value' action, select the field you want to update. 5. In the 'Value' field, you can add your custom formula. The formula should check if the manufacturing routing field is not blank. You can use a formula like
CASE WHEN {manufacturingrouting} IS NOT NULL THEN 'Your Value' ELSE 'Your Other Value' END
. Replace 'Your Value' and 'Your Other Value' with the values you want to set based on the condition.
6. Save the action and the workflow.
Please note that the {manufacturingrouting}
field is just an example. You should replace it with the actual field id of the manufacturing routing field in your NetSuite account.
Also, remember that the workflow should be triggered on the appropriate event that suits your business process. For example, you might want to trigger the workflow when the record is created or edited.
If you want to trigger the workflow at a specific routing step in the manufacturing process, you might need to use a SuiteScript. Unfortunately, workflows in NetSuite do not support triggering at a specific routing step out of the box.Celigo AI
04/07/2025, 2:26 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.795813799
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.7929492
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.787774
Celigo AI
04/07/2025, 2:26 PM