The following parameters can be passed via the URL to a report:
•ADD_CUSTOM_PROPS: By default, the Adobe PDF custom properties will be filled with a list of the elements in the report. If this parameter is 'N', then the customer properties will not be filled. When there is a large amount of elements in the report (over 100) it is recommended to add ADD_CUSTOM_PROPS because retrieving the custom properties will take a substantial amount of time.
•ADD_BOOKMARKS: By default, a table of contents is added to Adobe PDF documents. If this parameter is 'N', no table of contents will be added.
•ADD_BOOKMARK_THIS_REPORT: By default, the first element in the table of contents of a Adobe PDF document is an URL to the source of the report . If this parameter is 'N', the first element will not be included in the table of contents.
•REPORT_RESOURCE_BUNDLE_NAME_OVERRIDE: the prefix of the filename where the resources are in the form $R{} are used to translate the report. By default, this is the value of the setting messagesBundleReport in the site.properties.
•SUPPRESS_FILTER_IN_PARS: the filter is not in the list of parameters that are left above on every report if this parameter has the value 'Y'. For example for custom modules that the user filter does not use.
•SUPPRESS_FUNCTION_IN_PARS: The function code is not on the list of parameters that are left above on every report if this parameter has the value 'Y'.
•FILENAME_ADDITION:a text that is inserted into the filename of the output of the report. This text is in between the name of the report and the date/time.
In FILENAME_ADDITION you can capture values of parameters so that the generated output file also displays information about any project, person or period in question. You can capture a parameter with the text ':PARAM[x]'. For 'x' enter the name of the parameter as specified in the screen Functions.