Anyone having a bug in their Advanced PDF template...
# general
k
Anyone having a bug in their Advanced PDF templates where ${item.displayname} is showing the internal ID of the record rather than the value of the field? Wondering if it's a 2024.1 issue because it wasn't happening prior to our upgrade.
d
I recall having an issue like that in an Advanced Email Template (similar FreeMarker code syntax and unexpected output). Have you tried ${item.id} ? Depending on your Company settings, it might display the item#/sku with the Display Name concatenated after. Figured it was worth a shot.
k
Looks like it's concatenating the record internal ID + line item ID when I use ${item.id}
Appreciate the idea, though!
d
Bummer. Yeah, the field names and behavior have seemed glitchy to me in my limited work in that area. Probably not your imagination. Hopefully someone with more experience chimes in.