Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Property list

Here, you can find properties that are not categorized in the system. They are grouped by the function they configure.

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

Branding


Property nameTypeDefault valueDescriptionExample
ui.branding.favicon
StringDefault
Attachment
Specify the attachment record ID that is the source of the
logo on main page
favicon in a browser tab.Default
StringDefault
Attachment
Specify the attachment record ID that is the source of the logo on main page.159135964224454701
ui.branding.pageTitle
StringMain Page
Title
Specify the title for the main page.Main Page

Cache


Property nameTypeDefault valueDescriptionExample
cache_system_url.enable
BooleantrueEnable
or disable
the client-side caching using
the 
the sys_cache_system_url table. Users can clear the cache via the Preferences menu.true
redis.enable
Booleantrue

Enable

or disable part of client caching

the client-side caching part in the backend. Users can clear the cache via the Preferences menu.

true

General settings


Property nameTypeDefault valueDescriptionExample
core.dependency_script
StringCI
Define
Specify the script name from the Server Script (sys_script) table that is responsible for CIs dependency map rendering.CI
count.autosuggest.items
Integer20
Define
Specify the number of items appearing in the autosuggest.8
model_nesting_definition
Integer99

Specify the maximum nesting level

within a

in the dependency map. It is mentioned in the DepenedencyMap script from the Server Script (sys_script) table.  

40
simple.date.format
StringY-m-d
Define

Specify the system date

formats

format. Available options are:

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

If

the

no 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 

stored in the Date Formats (sys_date_format) dictionary.

simple.instance.uri
StringNot defined
Define

Specify 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 hard-coded 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_days 
Integer30Define the logs archiving period in days. If the period is not defined, the default value is 30 days.2
simple.logs.enable_script_logging
Booleanfalse

Enable logging in the Script Log (sys_log_script) table. 

Note

When the property is enabled and the Disable script logging checkbox is selected in records of the Event Registers(sys_event_register) table, the system does not log the execution of related Event Script Actions.



List configuration


Property nameTypeDefault valueDescriptionExample
list_groups.per_page
IntegerNot defined
Define
Specify the number of groups displayed on the list.
20
list.pagination.enable_pages_calculation
Booleantrue
This property enables or disables the counting of items
Enable the item count for list pagination.true
list.per_page
IntegerNot defined
Page size for UI list
Specify the number of records to display in the list.20

Main page


Property nameTypeDefault valueDescriptionExample
main_page_button_title
StringGo to Main Page
Specify the text of
Specify the URL text (or
the 
the Source Message text)
displayed
to display on the 404 page.Go to Main Page
main_page_button_url
StringNot definedSpecify the URL path name for the button leading from the 404 page./
ui.main_page
StringNot definedSpecify
the
a page ID to
define
identify it as the main page. If not specified,
then
the default page is displayed.Default

Portal


Property nameTypeDefault valueDescriptionExample
portals.portal_context.enable
BooleanfalseEnable page access
check
checking and the following restrictions based on the portal contexts.
portals.portal_conteхt.override_roles
Array

[]

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

Reports


Property nameTypeDefault valueDescriptionExample
report.default.groups_limit
Integer10
The
Specify the default value of Group Limits in reports.
Applied
It is applied if the user has not specified a value.15
report.points.limit
Integer300
The

Specify the maximum number of points on the chart of reports

Note

If the number of points is more than the defined maximum number, some parts of the report

will be

are hidden and the following message

will occur

occurs: It's too much data to display. Maximum number of entries for the "{parameter}" parameter: {recordsCount}.


2000

Security


Property nameTypeDefault valueDescriptionExample
acl.disabled
Booleanfalse
This property disables

Disable 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 defined
List
Specify a list of users that are allowed to
see
view 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 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 defined
Define
Specify an email address to which the access request to restricted pages is sent. mailto:servicedesk@simpleone.ru

VCS


Property nameTypeDefault valueDescriptionExample
audit.tables.ignoredList
StringNot defined
List
Specify the list of the tables
which
whose changes
will
are not
be
stored in the History Log (ignored).["sys_version","sys_version_option","sys_history"]
simple.version.back
Stringn/a
This property is preset with
Stores the name of the current back-end build deployed on an instance. master-build.1079(b)
simple.version.front
Stringn/a
This property is preset with
Stores the name of the current front-end build deployed on an instance. master-build.1077(f)
simple.platform.version
StringNot defined
This property stores

Stores the information about the current version of the platform in a user-friendly text form.
Its value assignment is an optional part of the instance deployment procedure.

Info

If defined, a value of this property is returned in response to a version request. For example, it is displayed at the bottom of the Preferences menu as the version info.

If the value of the property is undefined or is equal to false, a combination of simple.version.back and simple.version.front values is returned instead.


Release v1.1.2
vcs_ignore_tables
StringNot defined
Changes in these tables will not be
Specify the list of the tables whose changes are not written down into configuration local packs (ignored).["sys_version","sys_version_option","sys_history"]

Activity Feed


Property nameTypeDefault valueDescriptionExample
simple.activity_feed.show_deleted_item_in_history
Array[]Specify the column IDs
of columns the values of which will be
whose values are displayed in the history, even if
these
those columns
have been
are deleted.

["156943341308746896", "156943341303994936", "155931135900001087"]

In this example, updates of

the 

the values of the SubjectAssignment Group and Priority

 field values of the Task table are displayed within the Activity Feed output even after column deletion

fields in the Task table are displayed in the Activity Feed history even after the column has been deleted.


simple.employee.main_representative.excluded_company_classes

String

Not definedSpecify the list of company classes that do not need to have a main representative.

/


Table of Contents
absoluteUrltrue

...