Question
1
Replies
600
Views
Posted: May 6, 2019
Last activity: May 9, 2019
Closed
Best way to change SLA for a case
I'm fairly new to Pega and one of the tasks that have been discussed is to determine what SLA should be assigned to a case based off of properties in a particular case.
We were discussing using a decision shape, but I wanted to know what the forum suggests.
Based on one (or more?) case properties, your goal is to dynamically decide which SLA rule to associate an assignment -- is that what you are asking?
For one, an SLA rule can be circumstanced. It is possible to circumstance using multiple properties, what is called "Multi-Variate Circumstancing". Very easy to circumstance based on a single property.
An SLA can also be configured by property name. Note how the OverallSLA flow uses .pySLAName. You could use a Decision Table to set that property value prior to the assignment.