Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now!
RUN, DON’T WALK...Registration for #SuiteWorld 2022 is officially OPEN! This special early bird price won’t last long, so make sure you don’t miss out: https://lnkd.in/gGRN78A3
YOUR VOICE MATTERS! VOTE FOR OUR NEXT WEBINAR TOPIC NOW.
Click on this link for the poll.
Click on this link for the poll.
Please note that on Saturday, July 9, 2022, at 6:00 AM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 60 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
text area field length condition in workflow
In task records, if message field is more than 1000 characters, I would like to use workflow to copy the message to a custom field - long message backup.
The workflow is going well except the text area field length condition part.
- Under the Condition section, select the Custom Formula
On the Formula field, enter this code, for testing purpose I set up the length to be 5:
nlapiGetFieldValue('message').length>parseInt('5')
Anything wrong with the code in custom formula? Without the condition, the workflow works fine. With this condition, the workflow stop working no matter what's the length of message.
Tagged:
0