Hey! Is there a way to add a field in a transactio...
# general
c
Hey! Is there a way to add a field in a transaction saved search that gives me the time stamp of when an Item Fulfillment changed from Picked to shipped? Or a time stamp for when a Sales Order changed from Pending Fulfillment to Billed?
e
You would need to include System Notes fields in your saved search for that. For sales order changes System Notes : New Value = 'Billed' and System Notes : Old Value = 'Pending Fulfillment'
c
Thanks! then how do I get the date out of those?
e
System Notes : Date
c
Thanks!!