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.
Cannot get a carriage return to work in a SFV action
I am working with a custom workflow that will add data to the beginning of an existing custom text area field (custbody_cc_credit_approval_memo). I want to have a carriage return at the end of each entry so it will be on a new line.
Here is the formula I am currently using in the SFV action.
SYSDATE||' Pending Approval-'||{custworkflow_cc_hold_reason2}|| '... ' ||{custbody_cc_credit_approval_memo}
I would like to insert a CR before the ||custbody_cc_credit_approval_memo. Any suggestions? Thanks