We are trying to print a “customer refund” check, ...
# general
c
We are trying to print a “customer refund” check, however the name field is blank. I’m editing the template which references the “Entity” field but that doesn’t seem to do anything. I’ve tried ${check.entity} and ${check.entity.altname} and both are blank on the final output
t
try {record.entity}
and record.entity.name
c
Ours references “check” instead of “record”. Referencing record won’t even let me save it. I did try check.entity and check.entity.name and those still result in a blank space where name should be.
The template we are using is “US Voucher Check PDF/HTML Template”
t
record.check.entity
or transaction.entity
c
The following has evaluated to null or missing: ==> transaction [in template “template” at line 48, column 15]
Get the same thing for “record”
the default template referenced the “check” variable so I think that is what is available to the pdf
t
check.entity.name? (you said altname, did you try name also?)
sounds broken tbh
c
All the green references word
And yeah I tried name also
Wish there was a way to tell it to use a different template
t
can you not tell it to do that via the form?
c
Don’t see that option on the “Customer Refund” form
Opened a ticket with Oracle, so we will see
👍 1