Hi, I would like to render packing slip when invoi...
# suitescript
p
Hi, I would like to render packing slip when invoice created. I am implementing workflow action script for that. To render packing slip, I need ids of Item Fulfillment. The workflow triggered when Invoice created. How can I get list of Item Fulfillment from Invoice object? Thanks!
I have loaded SO from Invoice (createdfrom) but don't know how to get IF from SO.
n
Search for an IF that has a created from that matches your SO id
p
Thanks @NElliott