This topic contains 2 replies, has 0 voices, and was last updated by Mike Kennedy 6 years, 10 months ago.

  • Author
    Posts
  • #1975 Score: 0

    Mike Kennedy
    • Contributions: 0
    • Level 1

    I’m trying to add quantity back-ordered and retail price to my invoice.

    This is the code I’ve tryed but it comes up blank.

    HTML Code:

    ${item.quantitybackordered@label} ${item.quantitybackordered} ${item.backordered@label} ${item.backordered} ${item.quantityremaining@label} ${item.quantityremaining} ${item.retail@label} ${item.retail} ${item.retailprice@label} ${item.retailprice}

    Can anybody tell me what’s the right field name to use for these?

    Thanks
    This is a cached copy. Click here to see the original post.

  • #1976 Score: 0

    kennethm
    • Contributions: 0
    • Level 1

    ${item.quantitybackordered} is the correct field for the backorder quantity if you were doing it from a sales order, however this field is not on an invoice. An alternative solution would be required here.

    What is your setting for “Show Unfulfilled Items on Invoices” in Setup Accounting?

    The retail price I am assuming is your base price. You would need to add a custom column field to the invoice and source the base price of the item based on the item selected. You could then use this custom column field on your layout.

  • #1977 Score: 0

    Mike Kennedy
    • Contributions: 0
    • Level 1

    Show Unfulfilled Items on Invoices – Is Checked

    I looks like Sourcing for Base Price is unavailable, since it’s a Sublist field.

    Mike

You must be logged in to reply to this topic.