Reusablility of Email Listener
Hi,
I am trying to implement a functionality where a case going through a flow pauses if there is some missing information and an email is sent to a third party, once the response to email is received the case then proceeds.
This has been done for a casetype of class say (Org-FW-App-Work-Customer-Child1), while creating rules for this i had used the email listener wizard and since the context was given as the above class all the rules(Svc Package and Svc Methods) have been created pertaining to that class.
Now, this functionality need to be implemented for other child case types say (Org-FW-App-Work-Customer-Child2). I tried moving the service package and service methods rules to the higher class Org-FW-App-Work-Customer and this did not work as it was taking the context of the parent class and not the child class. How do i dynamically reference the other child cases in the activity so that the correct context is picked and this works.
Can someone please help me with this.