Anyone knew how to pull the Item Fulfillment fiel...
# suiteql
k
Anyone knew how to pull the Item Fulfillment fields of "Picked Date, Packed Date, Shipped Date" Tried the following but no luck, thanks!
Copy code
transaction.pickeddate,
     transaction.packeddate,
     transaction.shipdate,
s
I don't think these fields exist (natively)
k
Yeah, I was trying to find it also in analytics/dataset but wasn't able to find the field. Though, I already raised a ticket just to be sure.
a
When I was pulling IF data, I had to pull in the System Notes and grab the date when 'new value' was set to whichever status you need.