cancel
Showing results for 
Search instead for 
Did you mean: 

MDG- SLA/ DELEGATION

ashish_bhadani
Explorer
0 Kudos

Hello Friends,

             Need one Help.........As i have one requirements for SLA..........Suppose after CR Submit by a Requester and it goes to

             Approver 1  and for Approval1 we have set the SLA hour is 2 Hours( One Fields is there in Decision Table 'Hours to Completion'

             there we set 2 hours for SLA ) Now suppose Approver1 will not approve within 2 hours then that CR will dynamically move to

             some other User.......Same Case for Approver2 if he will not approve with in SLA time then CR will move to some other Approver.

             Please Help me how to Achieve this Scenario............................I have used the Dynamic agent BADI for getting the system time and SLA Time

             and after adding both time i get the SLA Breach time........And if System time is greater then Breach Time then Dynamically i am sending

             the CR to some other User ( But this is only possible when user take some action then only badi get trigger) But i want badi should get called after SLA Time cross........But its of no use if BADI is getting trigger Once approver1 is taking action.........Bcoz once he click approve button that time badi will called and our condition get true.....System time > SLA Braeach time and dynamically it will move to other user........But this is of no use///

   Please let me know some other approach like is this any possibility for adding some custom fields in our Decision table and from there we can handle our scenario like if SLA time is 1 hour then it will go to user1 and if SLA hour is greater then 1 then it will go to user2.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206605
Active Contributor
0 Kudos

Hello Ashish

You can create substitution rules in MDG and based on the SLA's define, forward the CR to different users. Once the rules are set, you can write a code on need basis.

Kiran

ashish_bhadani
Explorer
0 Kudos

Hi kiran,

           Will you please elaborate in Brief.......How to Create Substitution rule in MDG and

           As for SLA time i can define in BRF (Hours to Completion Fields) but how to Forward the CR

           Are to saying to Forward the CR Manually to different Users......

           or how it will happen after SLA time time Breach.