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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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