I want to make an invoice template that changes logos depending on the location selected. Is the best way to do this to store the file cabinet URL in a custom field on the location record, then reference that in the template?
${record.location.custrecord_logo_url}
like that? I'm trying to use
${record.location.logo@url}
currently but that doesn't seem to be working.
Thanks!
m
Michael McNamara
02/20/2023, 6:37 PM
I would think you could use a conditional for that. Something like:
<#if record.location = [the location]><img src=“[File Cabinet Path to Logo]“>