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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
How to create Case When Statements on Transaction Saved Search?
I have multiple transaction types included in this transaction search and I need to pull in the date when they either changed to Paid in Full or Fully Applied, whichever the case may be for that transaction type. The statement that I am using is: CASE WHEN {type} IN('Invoice', 'Cash Sale') AND {systemnotes.newvalue}='Paid In Full' THEN {systemnotes.date} WHEN {type} IN('Credit Memo') AND {systemnotes.newvalue}='Fully Applied' THEN {systemnotes.date} WHEN {type} IN('Return Authorization') AND {systemnotes.newvalue}='Refunded' THEN {systemnotes.date} END. The result is that the date is only populating for transaction type Invoice. What am I doing wrong?
Tagged:
0