anyone know if possible to add line sequence numbe...
# general
l
anyone know if possible to add line sequence number in advanced pdf template? tried {item.linesequencenumber}, returns blank. thank you.
t
${item.linesequencenumber}
assuming linesequencenumber is the id for that field
l
sorry that what I tried which returns empty.
t
Is this withink the context of a item list?
l
yep. ${item.line} prints line number no problem. changing to ${item.linesequencenumber} prints blank. 🙏
t
I'm stumped. I have a custom line field that I use for mine. I hope someone smarter can help.
l
thanks Tim.
w
Just spitballing... did you try item.item.linesequencenumber ?
l
item.item.linesequencenumber shows field not found. item.linesequencenumber is empty. item.line.linesequencenumber also empty.
w
ok it was worth a shot...
1
t
I'm assuming item.linenumber doesn't suit your purposes?
l
no. I need to get number of lines always in 1 2 3 4 5... line number may be this way but when a line is removed or insert a new line, they are no longer in sequence. https://suiteanswers.custhelp.com/app/answers/detail/a_id/29621/loc/en_US
ok found a different way to deal with it.
🙌 1