Anyone know how to access the line field <Back ordered> from a Cash Sale? I'm looking to use it in a Advanced PDF/HTML Templates 🙂 it would be a great help!
m
markderrick
04/09/2019, 5:32 PM
${item.quantitybackordered} works on most, but not tested it on a Cash Sale.
m
Martin
04/15/2019, 2:05 PM
thanks! I'll give it a try!
Martin
04/15/2019, 2:09 PM
@markderrick unfortunately it didnt work, I did find a workaround by creating a custom transaction line field using the following formula as a default value: {quantityordered}-nvl({quantity},0)