Returning Base62ID with a template.

Options
Rolanddw
Rolanddw Approved! Accountant Posts: 1

Hi, I am currently having an issue with generating a template containing the base62ID. Has anyone had success using the new base62ID in a template?

I have attached the current template I am using, however the line <#assign reportID = report.base62ID> returns blank, if I change this to <#assign reportID = report.ID> it also returns blank. Now both these object reference names are specified in the documentation. The only way I can get the old report ID is if I actually use a name that is not in the documentation and that is <#assign reportID = report.reportID>.


I need to be able to return the base62ID is there anyone who can help?