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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
NSC | How to show Picked and Packed Date of an Item Fulfillment in a Transaction Saved Search?
Currently, the Picked Date and Packed Date do not populate when the Transaction Type used as criteria is Item Fulfillment. These fields only work when the Transaction Type criteria used is Sales Order.
As a workaround, you can create a Formula (Text) to show the Picked Date and Packed Date.
Under the Results tab, add the following fields:
Field | Custom Label
- Formula (Text) = CASE WHEN {systemnotes.newvalue} = 'Picked' THEN {systemnotes.date} ELSE null END | Picked Date
- Formula (Text) = CASE WHEN {systemnotes.newvalue} = 'Packed' THEN {systemnotes.date} ELSE null END | Packed Date
These Formula (Text) will source from the Item Fulfillment's System Notes
Tagged:
0
