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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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