Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Merged branch "DOC0000204" into parent

Property list

Here, you can find uncategorized properties. They are grouped by the function they modify.

To get a list of available system properties, please navigate to System Properties → System Properties → System Properties.

Property nameTypeDefault valueDescriptionExample

Branding properties

ui.branding.favicon
StringDefaultAttachment record ID that is the source of the logo on main page.Default
StringDefaultAttachment record ID that is the source of the logo on main page.159135964224454701
ui.branding.pageTitle
StringMain PageTitle for the main page.Main Page

Cache properties

cache_system_url.enable
BooleantrueEnables Enable or disables disable client caching using the  sys_cache_system_url table. Users clear cache via the Preferences menu.true
redis.enable
Booleantrue

Enables Enable or disables disable part of client caching in the backend. Users clear cache via the Preferences menu.

true

General settings properties

core.dependency_script
StringNot definedCIThe Define the script name from the Script (sys_script) table that is responsible for CIs dependency map rendering.CI
count.autosuggest.items
IntegerNot defined20Define This property defines the number of items appearing in the autosuggest.8
model_nesting_definition
IntegerNot defined

In this property, specify the nesting level.

99

Specify the maximum nesting level within a dependency map. It is mentioned in the DepenedencyMap script from the Script (sys_script) table.  

402
simple.date.format
StringY-m-d

This property is responsible for defining Define system date formats. Available options are:

  • Y-m-d
  • d.m.Y
  • d/m/Y

If the property value is not specified, the Y-m-d format is used.

If the property value is equal to Y-m-d, then a date is displayed like YYYY-MM-DD (for example, 2020-09-25).

If the property value is equal to d.m.Y, then a date is displayed like DD.MM.YYYY (for example, 25.09.2020).

If the property value is equal to d/m/Y, then a date is displayed like DD/MM/YYYY (for example, 25/09/2020).

The available set of date formats is provided by vendor and can be found for your acquaintance in the Date Formats (sys_date_format) dictionary.

simple.instance.uri
StringNot defined

Define the URI of the current SimpleOne instance.

Tip

A good practice is to use values of the current system property.

It is not recommended to use a hardcoded URI.

Good:

Code Block
ss.getProperty('simple.instance.uri') + '/' + current.getTableName() + '/' + current.sys_id

Bad:

Code Block
'instance.simpleone.ru/record/' + current.getTableName() + '/' + current.sys_id



https://instance.simpleone.ru
simple.logs.rotate_period_in_months 
Integer1Define the logs archiving period in months. If the period is not defined, the default value is one month.2

List configuration properties

list_groups.per_page
IntegerNot definedPage size for grouping list dataDefine the number of groups displayed on the list.
20
list.pagination.enable_pages_calculation
BooleantrueThis property enables or disables the counting of items for list pagination.true
list.per_page
IntegerNot definedPage size for ui UI list.20

Main page properties

main_page_button_title
StringGo to Main PageSpecify the text of the URL (or the Source Message text) displayed on the 404 page.Go to Main Page
main_page_button_url
StringNot definedSpecify the URL pathname for the button leading from the 404 page./
ui.main_page
StringNot definedSpecify the page ID to define it as the main page. If not specified, then the default page is displayed.Default

Portal properties

portals.portal_context.enable
BooleanfalseEnables Enable page access check and following redirects restrictions based on portal contexts.
portals.portal_conteхt.override_roles
Array

[]

Defines Define roles for which the portal context mechanism is disabled.["change_manager", ''incident_manager"]
self_service_portal_button_title
StringGo to Self-Service PortalSpecify the text of title for the URL (or Source Message text) displayed on that leads from the 403 page to the Self-Service Portal. Go to Self-Service Portal
self_service_portal_button_url
StringNot definedSpecify the URL pathname leading for the button that leads from the 403 page to the Self-Service Portal./portal

Report properties

report.default.groups_limit
IntegerNot definedThe default value of Group Limits in reports. Applied if the user has not specified a value.10
report.points.limit
IntegerNot definedThe maximum number of points on the chart of reports.300

Security properties

acl.disabled
Booleanfalse

This property disables all security ACL checks.

Warning

Setting this property to 'true' may damage your SimpleOne instance, so please use it carefully and do not forget to turn it off after all necessary operations.

Tip

You must have the security_admin role to set this property to 'true'.



false
allowed.debug.users
StringNot definedList of users allowed to see the debug information page.["155964310500000013", "155964310500000023", "155964310500000006", "155964310500000052", "156466039605445245"]
protected.essences
String

sys_db_table, sys_business_rule, sys_db_column, sys_db_column_override, sys_filter_option_dynamic, sys_role, sys_script, sys_script_client, sys_script_include, sys_security_acl, sys_ui_action, sys_application, sys_event_script_action, sys_event_register, sys_notification_script

Specify the tables that make up the application core. The versioning on these tables is usually

is

turned off. The default record updating policy on them is usually equal to Protected.

sys_db_table, sys_business_rule, sys_db_column, sys_role, sys_script, sys_security_acl, sys_application
StringNot definedDefine an email address to which the access request to restricted pages is sent. mailto:servicedesk@simpleone.ru

VCS properties

audit.tables.ignoredList
StringNot definedChanges in these tables List of tables which changes will not be written down into historystored in the History Log (ignored).["sys_version","sys_version_option","sys_history"]
simple.version.back
StringNot definedThis property displays the current back-end version deployed on an instance. The information about versions is shown in the Preferences menu.release-v1.1.2
simple.version.front
StringNot definedThis property displays the current front-end version deployed on an instance. the information about versions is shown in the Preferences menu.release-v1.1.2
vcs_ignore_tables
StringNot definedChanges in these tables will not be written down into configuration local packs (ignored).["sys_version","sys_version_option","sys_history"]

/


Table of Contents
absoluteUrltrue

...