I am trying to update my Advanced HTML/PDF Picking...
# general
s
I am trying to update my Advanced HTML/PDF Picking Ticket template with an if/then statement, where if the item is Lot Numbered, then a space below the item name shows "LOT NUMBER: " for our warehouse to write in on the slip. I have the if/then logic down, the problem is I cannot find a field where I can check if it is a lot numbered item. On a saved search, there is the "islotitem" field, which works there, but not in the Advanced HTML/PDF. When pulling itemtype, it shows me if it's an inventory item, assembly item, etc., but not if it is lot numbered. Any assistance is appreciated!
m
Create custom field on your item and update the field by csv for your historical . If the item is lot numbered put lot numbered For the futur item , use a workflow to populate the value based on item search condition Then you can use this field on your pdf
🙌 1