Default Filename

This field can be used to supply a default filename which will appear pre-populated on the export selection criteria screens.   When running an export, you will have an opportunity to override this default value.

Depending on your network configuration, you may be able to populate this field with something like:

//machine_name/share/folder/filename

or

drive_letter/folder/filename

Note: if the filename does not contain a fully qualified path, the file will be written to the temp directory as defined by the Temp Directory (Fully Qualified Directory Name) (unanet.temp_directory) property.   If that property has not been set, then the file will be written to the current working directory as defined by your Servlet Engine installation.

IMPORTANT:  this output file destination is on the web server (not on the user's local disk).  Further, the permissions related to the user id that owns the servlet engine process govern which directories a file may be written to (not the user running the export).   Many administrators do not have access permissions to write to the server disks and thus they may want to instead use the Email option when directing the output.