Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Posting Period on a Project Search is returning invalid expression
I'm trying to turn the posting period on the transaction record to a date field. Does anyone have any insight why the following codes are returining: "ERROR: Invalid Expression"?:h_a_w:
Formula to convert Posting Period to a date:
TO_DATE('01 '||{transaction.postingperiod}, 'DD Mon YYYY')Formula to trim Posting Period to display just the month:
LEFT({transaction.postingperiod}, 3)Any help on this would be greatly appreceiated
0