How do I get Customer PO numbers to appear on a st...
# administration
s
How do I get Customer PO numbers to appear on a statement? ${record.otherrefnum}, ${line.otherrefnum} doesn't work
c
If all else fails, you can create a new field on the body and line that sources the otherrefnum field and use that value in the pdf instead.
i've had to this before for fields that weren't available
s
Got it!! Thx