I have my form set up to do a Save As to allow the user to save the file locally, and then attach an XML file to a Lotus Notes e-mail. It all works fine, except that both file names have generated names such as _7g18f5q3df6dbt11g.pdf. Is there a way to give these both a "correct" file name. Such as the name of the form?
The saved XML file will take the name from the PDF that it is saving from. My guess is that you are running from Preview and in that case a temporary PDF is created and that is the name that you are getting. Once you save it as a normal file then it will use that name.
The saved XML file will take the name from the PDF that it is saving from. My guess is that you are running from Preview and in that case a temporary PDF is created and that is the name that you are getting. Once you save it as a normal file then it will use that name.
The following has evaluated to null or missing:
==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5]
----