Anyone ever seen template references written like ...
# advancedpdf
s
Anyone ever seen template references written like
$ {} Salesorder.otherrefnum
in a packing slip? These templates were here a while before me and rarely used. It seems very odd that all the 'record 'references are formatted correctly and work fine still but references to 'salesorder' have that weird formatting. Re-saving with correct format (
${salesorder.otherrefnum}
) fixed issue. I'm just curious if this is some previously valid notation/syntax (don't know that much freemarker), or result of WYSIWYG editor/saving weirdness or...?