The following table describes the collection properties for the Rules Manager microservice:

S. No.AttributeDefault ValueDescription
1applicablelocalesen_USIndicates the list of locales applicable to the collection. The locale should be mentioned in the Java standard locale format.
2csreventNAHolds one or more events used for Rules Manager transactions created by a CSR.
3customActionTypesConfig[
{
"value": 1,
"actionTypes": [
{
"value": 1,
"actions": [
{
"name": "Allow",
"description": "Allow",
"className": "com.skava.rulesmanager.action.AllowCustomerActions",
"conditionClasses": "com.skava.rulesmanager.action.model.CustomEvent",
"params": []
},
{
"name": "Deny",
"description": "Deny",
"className": "com.skava.rulesmanager.action.DenyCustomerActions",
"conditionClasses": "com.skava.rulesmanager.action.model.CustomEvent",
"params": [
{
"name": "displayDenialMessage",
"displayName": "Display Denial Message",
"type": "text"
}
]
},
{
"name": "Redirect",
"description": "Redirect",
"className": "com.skava.rulesmanager.action.RedirectCustomerActions",
"conditionClasses": "com.skava.rulesmanager.action.model.CustomEvent",
"params": [
{
"name": "redirectURL",
"displayName": "Redirect URL",
"type": "text"
}
]
},
{
"name": "Add Param",
"description": "Add Param",
"className": "com.skava.rulesmanager.action.AddParamCustomerActions",
"conditionClasses": "com.skava.rulesmanager.action.model.CustomEvent",
"params": [
{
"name": "propertyKey",
"displayName": "Add Param",
"type": "properties"
}
]
}
]
}
]
}
]
Contains the custom actions of the rule settings. This field is used to customize the action configuration of Rules Manager rules. This field contains a valid JSON string.
4cycleperiod1Specifies the cycle period (in days).
5defaultlocaleen_USIndicates the default locale of the collection. The locale should be mentioned in the Java standard locale format.
7rulesManagerPropertyNAHolds any additional properties based on the business needs. This field contains a valid JSON string.




Revision History

Date (YYYY/MM/DD) Description Created By Peer-Reviewed By Approved By
2024/03/05 Updated collection properties SD    
2023/06/08 Page created and content added for 8.14. AN JP Sandeep