Hi all
Just a tip for anyone as it may help you.
Scenario:
Show Display Name with Item Codes is checked under General Preferences.
example inventory item:
ItemNumber: “VB234234234”
Display Name: “Visual Basic Hardback Book MS Press”
In an Item Dropdown List the Item appears as “VB234234234 Visual Basic Hardback Book MS Press”
On the PDF Layout for the Item Column, the Customer does not want the Display Name appearing, just the Number and the Description.
Solution:
${item.item.itemid}
${item.description}
This gets the Item Number directly from the Item’s ItemID field, we then add a line break, and print the Description.
Hope this helps anyone who’s dealing with Advanced PDF layouts!
Pete.
This is a cached copy. Click here to see the original post.