Anyway to pull a search of Item fulfillment that n...
# general
i
Anyway to pull a search of Item fulfillment that needs to be billed? I'm not seeing anything in the fulfillment that I could pull into my criteria for a search
b
add a filter on the created from : status column
you probably want sales orders that are pending billing
i
Yeah I've got sales orders pending billing, but I want to be able to bill partially fulfilled orders as well with a ss workflow. The problem is I have to do it with Item Fulfillments it seems because if I have it bill a Pending Billing/Partially fulfilled order it bills the whole order
b
if you use the join, you can search the sales order is was created from
from the item fulfillment search
i
Yeah so if I do an item fulfillment transaction search and set the criteria to Created From: Status = 'Partially Fulfilled/Pending Billing' it won't just pull the item fulfillment pending billing, it will pull all fulfillment's linked to that order even they have already been billed.
b
im not sure that netsuite actually tracks fulfillments in that way. fulfillments are linked to sales orders and sales orders are linked to its billing transaction
i dont think there is a direct relation from fulfillments to the billing transaction
i
Yeah exactly. So that's my problem.