Functionality | Parameter Name | Purpose | Sample Values | Allow or Deny |
Attachments |
MAX_FILE_SIZE _ATTACHMENT |
Maximum attachment upload size for the application. Must be an integer, optionally followed by "K", "M", or "G". | 5M | A |
Batch Schedule | CUTOFF_TIME | Controls when the daily batch schedule should terminate. The scheduler service implementation compares the start time of the schedule job from quartz with this time on day after the schedule job started running. | 02:00:00:AM | A |
Batch Schedule |
CUTOFF_TIME _NEXT_DAY_IND |
Controls whether when the system is comparing the schedule start day & time with the scheduleStep_CUTOFF_TIME parameter, it considers the specified time to apply to the day after the schedule starts. | Y | A |
Batch Schedule | STATUS_CHECK_INTERVAL | Time in milliseconds that the scheduleStep should wait between iterations. | 30000 | A |
Blanket Approve |
ALLOW_ENROUTE _BLANKET_APPROVE _WITHOUT_APPROVAL _REQUEST_IND |
Controls whether the nervous system will show the blanket approve button to a user who is authorized for blanket approval but is neither the initiator of the particular document nor the recipient of an active, pending, approve action request. | N | A |
Field Level Help |
ENABLE_FIELD _LEVEL_HELP_IND |
Indicates whether field level help links are enabled on lookup pages and documents. | N | A |
File Upload |
MAX_FILE_SIZE _DEFAULT_UPLOAD |
Maximum file upload size for the application. UMust be an integer, optionally followed by "K", "M", or "G". Only used if no other upload limits are in effect. | 50M | A |
Module Lockout |
OLTP_LOCKOUT _DEFAULT_MESSAGE |
Default message to display when a module is locked. | The module you are attempting to access has been locked for maintenance. | A |
Lookup |
MULTIPLE_VALUE _RESULTS_EXPIRATION _SECONDS |
Lookup results may continue to be persisted in the DB long after they are needed. This parameter represents the maximum amount of time, in seconds, that the results will be allowed to persist in the DB before they are deleted from the DB. | 86400 | A |
Lookup |
MULTIPLE_VALUE _RESULTS_PER_PAGE |
Maximum number of rows that will be displayed on a look-up results screen. | 100 | A |
Lookup |
RESULTS_DEFAULT _MAX_COLUMN_LENGTH |
If a maxLength attribute has not been set on a lookup result field in the data dictionary, then the result column's max length will be the value of this parameter. Set this parameter to 0 for an unlimited default length or a positive value (i.e. greater than 0) for a finite max length. | 70 | A |
Lookup | RESULTS_LIMIT | Maximum number of results returned in a look-up query. | 200 | A |
Maintenance and Lookup |
ENABLE_DIRECT _INQUIRIES_IND |
Flag for enabling/disabling direct inquiries on screens that are drawn by the nervous system (i.e. lookups and maintenance documents) | N | A |
Purge Pending Attachments | MAX_AGE | Pending attachments are attachments that do not yet have a permanent link with the associated Business Object (BO). These pending attachments are stored in the attachments.pending.directory (defined in the configuration service). If the BO is never persisted, then this attachment will become orphaned (i.e. not associated with any BO), but will remain in this directory. The PurgePendingAttachmentsStep batch step deletes these pending attachment files that are older than the value of this parameter. The unit of this value is seconds. Do not set this value too short, as this will cause problems attaching files to BOs. | 86400 | A |
Purge Session Documents |
NUMBER_OF_DAYS _SINCE_LAST_UPDATE |
Determines the age of the session document records that the the step will operate on, e.g. if this param is set to 4, the rows with a last update timestamp older that 4 days prior to when the job is running will be deleted. | 1 | A |
Sensitive Data | SENSITIVE_DATA_PATTERNS | A semi-colon delimted list of regular expressions that identify potentially sensitive data in strings. These patterns will be matched against notes, document explanations, and routing annotations. |
[0-9]{9};[0-9]{3}-[0-9]{2}-[0-9]{4} | A |
Sensitive Data |
SENSITIVE_DATA _PATTERNS_WARNING_IND |
If set to 'Y' when sensitive data is found the user will be prompted to continue the action or cancel. If this is set to 'N' the user will be presented with an error message and will not be allowed to continue with the action until the sensitive data is removed. | N | A |
Sign Out |
LOGOFF _REDIRECT_URL |
Set this value to the URL to redirect to when a user signs out of the application. | signout.html | A |
Workflow |
SEND_NOTE _WORKFLOW_NOTIFICATION _ACTIONS |
Some documents provide the functionality to send notes to another user using a workflow FYI or acknowledge functionality. This parameter specifies the default action that will be used when sending notes. This parameter should be one of the following 2 values: "K" for acknowledge or "F" for fyi. Depending on the notes and workflow service implementation, other values may be possible. | K | A |
Workflow |
DEFAULT_CAN_PERFORM _ROUTE_REPORT_IND |
Not applicable. | N | A |
Comments
0 comments
Please sign in to leave a comment.