Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We won’t go into detail about the parameters set in this exit program. You can learn more about the different parameters for the PUIDNLEXIT program in the documentation. It is also important to note that we did not modify any of the parameters in PUIDNLEXIT from sample that is shipped with Profound UI. Note, that but we are using the id property to pass a "key" value instead of an IFS path. You can read more about that here.

...

  • RECID is the ID value supplied to the pui.downloadURL() API. This will be your file’s key value.
  • MYPIC_NAME is used in order to tell the program where to put the file. Notice in our program this is equal to “filename”“FILENAME”, which is contains a temporary name generated by the TMPNAM() API. You can find more information about the TMPNAM() API here.

...