
Is it possible to restrict what lines print on a packing slip, for example just Sales Inventory items. If so could someone tell me the steps to do so. I added Item master to the report but don't know how to add that type of restriction to the query. Thanks.
Dear Nancy,
We need to create custom RW function via dexterity by adding a logic to check the item type.
once the chunk is deployed, in the report, just call this RW function.
Assign item number to return type. if the type is not Sales Inventory, you can have calculated fields to pass empty to the line details.
Thanks