Oracle Service Cloud has circa 500 configuration settings, which control the platform’s functions. Some of them are commonly used but many are not that well known. Below are a few that you might want to be aware of.
AR_AUTO_ENABLE
This configuration setting is useful for knowledge managers or administrators to better manage the knowledge base, and ensure the answers are always up-to-date and helpful for customers.
It enables a feature that automatically changes the status of an answer to “Review”, when data aging reduces the answer’s solved count to zero. The default value is disabled (No) but you might want to turn it on (Yes).
ANS_NEW_INC_DURATION
Speaking about answers aging, this configuration setting specifies the number of days that the Solved Count of new answers will not be aged (meaning reduced).
You might new answers not to be impacted by aging, in the first few days or weeks, and ensure they keep up there for people to easily bump onto them.
If this value is set to zero (0) no answers will be considered new. The default value is 30. And the maximum is 9999999999 (basically, forever).
ANS_UPD_INC_DURATION
Similarly, this configuration setting specifies the number of days that the Solved Count of updated answers will not be aged.
If this value is set to zero (0) no answers will be considered new. The default value is 30. And the maximum is 9999999999 (basically, forever).
Please notice that this is for updated answers, whilst the above setting is for new answers.
ANS_PRV_ENABLED
If you would like to implement a specific answer access level, and have a subset of answers only to be seen/displayed to users with a specific access level, then you must enable this configuration setting.
It enables the “Privileged Access” feature which allows customers to access privileged access levels of answers. These access levels are in addition to those that are visible by default on the interface (Help, Everyone).
Privileged access levels are assigned to SLAs. An SLA must be applied to a Contact or Organisation and the individual must be logged in to the customer portal, in order to view the answer.
The default value is disabled (No), and you must enable it to allow privileged access (Yes).
ANS_SRCH_THRESHOLD
When a customer searches for an answer on the Oracle Service Cloud knowledge base, the system will weigh the answers, based on the search (keywords, etc.). This configuration setting specifies a threshold for returning answers.
Only answers that match at or above this threshold will be returned. The minimum and default value is zero (0) and the maximum is 2147483647, even though acceptable values are between zero (0) and 100.
If the configuration setting ANS_SRCH_SUB_THRESHOLD is enabled an exception is made when all matching answers are below the threshold.
ANS_SRCH_SUB_THRESHOLD
As mentioned above, this configuration setting is linked to ANS_SRCH_THRESHOLD and it specifies whether there should be an exception to limiting answer results with a threshold on matching.
If enabled, when no answers match at or above the threshold set, the answers that matched less well are still returned, avoiding a zero result set. If disabled, no answers matching below threshold are ever returned. By default this configuration setting is disabled (No).