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!
Case When Statement to pull System Notes greater than Approved date on Transactions
This is a 'pie in the sky' request, auditors asked if they can see only transactions that have been approved, and only see systems notes AFTER the transaction has been approved.
I created a Case When Statement that pulls the transaction date on the New Value = Approved
Case when ({newvalue}='Approved for Posting') then {date} else null end
I was going to use the Result field above (CASE WHEN) to reference the record ID and pull the system notes greater or equal to {newvalue} = approved
What I think they are looking for is:
Case When NewValue=Approved then show ALL system notes for that transaction greater than or equal to the date NewValue = Approved
0