This topic contains 0 replies, has 0 voices, and was last updated by EnablingSolutions 8 years, 7 months ago.

  • Author
    Posts
  • #2039

    EnablingSolutions

    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.

You must be logged in to reply to this topic.