Does anyone know if it's possible to pull user inf...
# suitescript
d
Does anyone know if it's possible to pull user information with advanced PDF/freemarker? I am able to user ${user.email} (email address of the user that is printing the PDF), but I'd like to pull the location for the user ${user.location} does not work. Is there any documentation for this?
suitescript is not limited by the standard templates and can add whatever data you want using the add related method of a TemplateRenderer
👍 1
d
Thanks. It looks like I'll have to go that route if I want to detect the user's 'location'. I'll give that a shot!