Anyone know a way to list all properties in an adv...
# advancedpdf
k
Anyone know a way to list all properties in an advanced pdf template so i can see if the field i want is in there?
m
As of 2018.2 the WYSIWYG editor has a much better field selecter, it's very useful for this.
k
All i want is the line id
it’s within statement
list statement.lines as line then line.id
does not like it.
j
@karlenigma Depending on how netsuite provides values to the template you might be able to iterate over the keys/values https://freemarker.apache.org/docs/ref_builtins_hash.html#ref_builtin_keys
k
yeah tried that already. Just looking in the standard template to see if i could find id in the add field but not in there either.
j
😞
k
Might have to create a custom field to store the id so i can access it.
talk about overkill for an id.
j
sometimes netsuite really makes you jump through hoops
k
what i dont get is how they dont use the internalid for something on a statement template. It is baffling??!!
I can get subsidiary id and customer id but not the transaction id on the line item. so annoying.
m
This is what I was referring to. It doesn't seem to have an internalid field, but it looks like even non-stored custom fields are there so a workaround could be to create one that sources the internalid
164 Views