A script saves a group of records as a PDF. The resulting file needs to be saved on a user's desktop and the filename must contain that person's name along with the current date (without additional user input). Which technique accomplishes this?
A.
This can only be done using a plug-in.
B.
When specifying the output file, you use a filepath that references a variable containing the desired filename and path.
C.
When specifying the output file, you use a filepath that references a globally stored field containing the desired filename and path.
D.
When specifying the output file, use a filepath that references a calculation field that uses both Get (DesktopPath) and the Get (UserName) functions.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit