Configure properties for Learning Core
Share this page
Print
- UpdatedJul 31, 2025
- 1 minute read
- Zurich
- HR Service Delivery Non-Scoped
Configure properties for various settings used in Learning Core.
Before you begin
Role required: learning_admin
Procedure
- Navigate to Learning > Administration > Properties.
- Configure the name of the portal that must open when the learning task is clicked in an email.
-
Navigate to System Properties and set the following
property values:
Table 1. Learning Core properties Property Description com.glide.transform.json.max-partial-length Transforms JSON objects to internal objects and sets the word limit for records fetched through an API call. - Type: integer
- Default value: 16384
- Recommended value:1638400
Note:You must add this system property to set the desired value.
When you synchronize third-party learning content with your ServiceNow instance, if the word count of the content being pulled into your instance exceeds the value set for this property, the synchronization will fail.
com.snc.process_flow.reporting.serialized.val_size_limit Specify the number of bytes allowed for runtime values in each step in the flow execution details. To prevent truncation, set the value to an integer equal to or less than zero. - Type: integer
- Default value: 16384
- Recommended value:1638400
Note: When you synchronize third-party learning content with your ServiceNow instance, if the word count of the content being pulled into your instance exceeds the value set for this property, the synchronization will fail.Note: These properties set a word limit for records that are fetched through an API call. API call fails when the word limit goes beyond the 1638400 limit.