---
sourceDocument: Australia Governance, Risk, and Compliance
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/governance-risk-compliance

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Governance, Risk, and Compliance

ft:clusterId :

    - grc

bundleId :

    - grc

workflow :

    - Technology


---

# Properties installed with Digital Operational Resilience Management

# Properties installed with Digital Operational Resilience Management {#ariaid-title1}

* Release version: Australia
* 
* Updated May 4, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Properties installed with Digital Operational Resilience Management

When you install the Digital Operational Resilience Management (DORA) application in your ServiceNow instance, several system properties are automatically added.
These properties control key configurations related to LEI (Legal Entity Identifier) validation, API interactions, data formatting, and reporting.
You can manage these properties by navigating toAll \> Digital Operational Resilience Management \> Propertiesin your instance.
Show full answer Show less  

## Key Properties and Their Practical Use

* **HTTP timeout for GLEIF API calls (sndoraaccel.gleifapitimeoutms):** Defines the HTTP request timeout in milliseconds for calls to the GLEIF API. Increase this value if you experience timeouts due to network latency. Default is 10,000 ms.
* **Max LEIs per GLEIF API request (sndoraaccel.gleifapibatchsize):** Sets the maximum number of LEIs sent per API request to GLEIF, with a maximum supported of 200. Adjust to balance request size and performance.
* **Save LEI data on GLEIF validation error (sndoraaccel.leisaveongleiferror):** Controls whether records with LEI validation issues against GLEIF are saved when using the Excel upload path. Default is Yes, allowing saving with warnings except for severe errors like format or checksum failures which always block saving. This property does not affect UI form saves, which always allow saving with warnings displayed.
* **Decimal Places Settings (sndoraaccel.decimalsinteger and sndoraaccel.decimalsmonetary):** Configure default decimal precision for integer and monetary values to meet regulatory or reporting needs (e.g., rounding monetary values to nearest thousands).
* **Reporting Configuration (sndoraaccel.reportjson and sndoraaccel.reportpackagejson):** JSON configuration files define the structure and schema for generating DORA plain CSV reports and reporting packages compliant with regulatory standards.
* **Framework Code Module Version (sndoraaccel.frameworkcodemoduleversion):** Defines the DORA framework and module version used in the naming and preparation of reporting packages, ensuring compliance with taxonomy requirements.

## Behavior Matrix for LEI Validation on Excel Upload Path

This matrix explains how the **Save LEI data on GLEIF validation error** property affects saving records in different validation failure scenarios during Excel uploads:

* If the property is set to **Yes** (default), records with LEIs not found, inactive entity status, or non-issued registration status are saved with warnings.
* If set to **No**, these records are blocked from saving and return errors.
* LEI format and checksum errors always block saving regardless of the property setting.
* If the GLEIF API is unavailable, records are always saved regardless of the property value.
* UI form saves always allow saving regardless of this property and display warnings independently.

## What This Enables for ServiceNow Customers

These properties allow you to fine-tune LEI validation behavior, API interactions, data formatting, and reporting compliance within your DORA implementation. Understanding and configuring these settings helps ensure smooth data uploads, accurate validation handling, and properly formatted regulatory reports. Adjusting timeout and batch sizes can optimize performance, while configuring save behavior on validation errors can align with your organization's data governance policies.  
When you install the Digital Operational Resilience Management application, several system properties are added to your instance. You can access the properties by navigating to All \> Digital Operational Resilience Management \> Properties.
{#properties-dora__entry__2}

| Property | Description |
|-|-|
| HTTP timeout for GLEIF API calls (sn_dora_accel.gleif_api_timeout_ms) | Property used for HTTP timeout in milliseconds for GLEIF API requests. Increase if requests are timing out due to network latency. Type: Integer Default value: 10,000 ms (10 seconds) |
| Max LEIs per GLEIF API request (sn_dora_accel.gleif_api_batch_size) | Maximum number of LEIs per GLEIF API request. The GLEIF API supports a maximum of 200 per request. Lower this value to reduce individual request size. Type: Integer Default value: 200 |
| Save LEI data on GLEIF validation error (sn_dora_accel.lei_save_on_gleif_error) | Controls whether records are saved when LEI validation fails against the GLEIF database. Type: * Yes (default): Records are saved with a warning message when the LEI is not found, the entity status is not active, or the registration status is not issued. * No: Records are blocked from saving for the above scenarios. A complete behavior matrix is shown in the "Behavior matrix for the upload path" table. Note: This property governs the Excel upload path only. It does not affect whether records are saved when a GLEIF validation failure occurs on a UI form save. (UI form saves always allow the record to be saved regardless of this property; the client script displays a warning independently). LEI format and checksum errors always block saving regardless of this property value, because those failures never reach the GLEIF API. When the GLEIF API is unreachable (timeout or HTTP error), saving is always allowed regardless of this property value. |
| decimalsInteger (sn_dora_accel.decimals_integer) | Default number of decimal places for integer values. Set this to "0" unless regulatory requirements specify otherwise. |
| decimalsMonetary (sn_dora_accel.decimals_monetary) | Decimal places for monetary values. Enter "-3" to round values to the nearest thousand (for example, 123,456 becomes 123,000). |
| report.json (sn_dora_accel.report_json) | Configuration file for preparing the DORA plain CSV report. { "documentInfo": { "documentType": "https://xbrl.org/2021/xbrl-csv", "extends": \[ "http://www.eba.europa.eu/eu/fr/xbrl/crr/fws/dora/4.0/mod/dora.json" \] }} |
| reportPackage.json (sn_dora_accel.report_package_json) | Configuration file for preparing the DORA plain CSV reporting package. Regulatory reporting JSON schema URL. { "documentInfo": { "documentType": "https://xbrl.org/report-package/2023" }} |
| FrameworkCodeModuleVersion (sn_dora_accel.framework_code_module_version) | Configuration for preparing the DORA plain-CSV reporting package. Framework code is DORA and the module version is from DORA reporting taxonomy. For example, module version 1.1.0 is formatted to 010100. Framework code and module version are used for naming the DORA plain-csv reporting package. For example, LEI123456789012.CON_IT_DORA010100_DORA_2025-03-31_20250421141632000.zip |
[Table 1. Properties]

{#properties-dora__table_vyh_q54_djc__entry__3}

| Failure scenario | Property = Yes (default) | Property = No |
|-|-|-|
| LEI not found in GLEIF | Row saved with warning | Row blocked (error) |
| Entity status not ACTIVE | Row saved with warning | Row blocked (error) |
| Registration status not ISSUED | Row saved with warning | Row blocked (error) |
| LEI format invalid | Row blocked (always) | Row blocked (always) |
| LEI checksum invalid | Row blocked (always) | Row blocked (always) |
| GLEIF API unavailable | Row saved (always) | Row saved (always) |
| Name or country mismatch (UI) | Warning shown, save OK | Row blocked (error) |
[Table 2. Behavior matrix for the upload path]

{#properties-dora__table_vyh_q54_djc}

*[\>]: and then


