Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
NSC | Saved Search to track when an Item was added to a Work Order after it was already Released
Scenario
User needs a way to track when an Item (Component) was added to a Work Order after it was already released.
Solution
There isn't a standard report for this one, but here's a Transaction Saved Search you can try:
- Criteria > Standard
- Criteria > Summary
Formula used: NS_CONCAT(CASE WHEN TO_CHAR({linesystemnotes.date}, 'MM/DD/YYYY HH24:MI') <> TO_CHAR({datecreated}, 'MM/DD/YYYY HH24:MI') THEN 1 ELSE 0 END)
- Results tab
Formula for Line System Notes Date: TO_CHAR({linesystemnotes.date}, 'MM/DD/YYYY HH24:MI')
Formula for Date Created: TO_CHAR({datecreated}, 'MM/DD/YYYY HH24:MI')
Alternatively, you can also use the Line System Notes: Date and Date Created fields in the Results tab.
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
