-
Create a show message action on Workflow
HI, I want to create a workflow and use the Show Message action to display : Ulta requires a minimum of 10 months shelf life. Scan another lot. On the item fulfillment record, when a user fulfills a lot whose expiration date is less than 10 months the error message pops up. It will only apply to the customer Ulta. We also…
-
Workflow Show Message Action on {trandate} if greater then {today} + 90
I have been working on this condition for most of the day. I got it fire, but it was firing on all dates. These are the condition formula's I have tried: TO_DATE(TO_CHAR({today}, 'YYYY') || '-12-31', 'YYYY-MM-DD') {trandate} > TO_DATE(TO_CHAR({today}, 'YYYY') || '-12-31', 'YYYY-MM-DD') {datefield} <= {today} + 90…
-
New to NetSuite | Workflow: Show Message
The Show Message Action of NetSuite Workflows is a direct equivalent of JavaScript/SuiteScript’s alert() function. This function is broadly used for different record types and different scenarios but is mostly used to provide user warnings or instructions. Don’t know how to create a workflow yet? Check out New to NetSuite…
-
Workflow Confirm or Show Message Pop up - Set background Color for visibility
I have a workflow that has (2) client side pop up messages. I have been asked to make these pop ups a different color. Can you please advise how to accomplish this? Thank you.