When a Picking Ticket is printed in bulk, is there...
# advancedpdf
m
When a Picking Ticket is printed in bulk, is there a way to get the value for the Location which has been selected on the print page?
l
simple answer, yes. I have a question for you though, how are you printing in bulk? Is it automated (obviously)? How? Do you have real time printing?
m
This is driven from the Print Checks & Forms page
r
I may be wrong, but my initial thought is not really... See the picking ticket form is based off of the sales order form (in my case anyways), and each line item on the SO has a location. So it's going to print the availability based on the location of the item that's on the Sales Order itself. You'd have to have the SO's line item's location set to wherever you wanted the "available" number to come from.
@markderrick basically the SO needs to be "fixed" for the accurate location of each item before the picking ticket is printed.
Oh wait... you were talking about the "Location Name"? There is a field for the SO called "location" that you could absolutely pull into the form called
record.location
. If you've filtered for only one location, then only that one will print, and then by process of elimination, it would print that locations' name in the PDF. Is that what you were referring to?
m
I managed to get what I needed in the end, but it's all related to being able to split a Picking Ticket from a single SO into separate Locations. This can be done from the Print Checks and Forms page.