In advanced pdf, how would I get the memo field of...
# advancedpdf
n
In advanced pdf, how would I get the memo field off a an apply list of transaction?
a
Now that its posted here, haha. Is it not outputting anything with the code you have or are you getting an error when saving?
n
No errors but nothing is getting output.
It's a bill payment that has two bills. Each bill has a memo field populated.
a
What is the type of your AP/H? Are you on the Bill?
And are you getting anything in your output for
Copy code
<td align="right">${apply.due}</td>
 <td align="right">${apply.amount}</td>
n
EFT I think? And yes I am getting output for those
I don't see 'memo' on the apply sublist so didn't know if that had anything to do with it
a
Could be. I'll look into it but I'm pretty sure michoel will answer you before I figure it out.
😂 1
n
Thanks!
a
I think you might be right. I used Netsuite Field Explorer extension and I do not see memo.
${apply.memo} didn't work either, right?
Also, are you sure your bills have memos on them?
n
Yeah I checked and yeah I tried apply.memo
a
Doesn't have memo. I'm assuming you can't go 2 joins over to grab the memo.
s
are the 'amount' and 'due' fields coming across correctly?
I don't see the 'memo' as an available field in the reference
n
amount and due is coming through but not memo so going another route of using a script to populate a hidden field and then just referencing that. @suitedev
s
#netsuitetragedy
👍 2
I don't understand why they can't make the standard body fields available.. ridiculous!
n
Agreed
a
Enhancement request?