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!
How to Create a Saved Search for System Notes
Hi guys,
I was wondering if it is possible to have a Formula Date field for the system notes only with the following criteria:
System Noted: Field = 'Sent to Vendor'
System Noted: Type='Change'
System Noted: New Value= (not sure, this is a check box field so either Y/N or T/F - please advise)
System Noted: Date
I tried to create the following but it did not work, any ideas what I am missing?
CASE WHEN {systemnotes.type}='Change' AND {systemnotes.field}='Sent to Vendor' AND {systemnotes.newvalue}='Y' THEN {systemnotes.date} END
Thank you
Tagged:
0