Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
NSC | Set Field Value if a Date Field is set to today's date
Create a Workflow that will set a default value (message) on a field if the preferred date field is set to today's date. The message must show on real-time update and on Edit mode of the record.
1. Navigate to Customization > Workflow > Workflows
2. Preferred Custom Workflow: Click Edit
3. Click State 1
4. Bottom right corner: Click New Action
5. Click Set Field Value
6. Basic Information:
○ Trigger On: Select After Field Edit
○ Triggering Client Fields: Select Name of Date Field
Example: Date
7. Condition:
○ Use: Select Custom Formula
○ Formula: Enter nlapiStringToDate(nlapiGetFieldValue('custbody171')).valueOf()==nlapiStringToDate(nlapiDateToString(new Date())).valueOf()
Note: Change the custbody171 to the internal id of the field you prefer to get the value of the date