W
Re: Having trouble writing a directive that point to the right place
this would work, and the flow chart has the missing flags in it:
Customer Service Representative
1. Receive customer complaint.
2. Log complaint on the system and indicate all the applicable information with corresponding Ticket Number.
3. Try to solve the issue on his/her own.
If CSR able to solve the complaint, goto task #4. Otherwise, goto task #6.
4. Inform the customer that his/her complaint was resolved through call or email or snail mail.
5. Close the issue by updating the system indicating the remark “Resolved”, actual date of resolution and the department who made the resolution.
End of activity.
6. Identify customer complaint type.
Section 1: If High Priority?, goto task #7. Otherwise, goto Section #__2____.
7. Tags compliant as “Urgent” and escalate the issue to concerned department (within XX hours)
8. Informs the customer that complaint/s is/are now resolved.
9. Monitor the progress of the complaint.
If complaint resolved?, goto task #10. Otherwise, goto task #__9___.
10. Inform customer that his/her complaint is resolved through call or email or snail mail.
11. Close the issue by updating the system indicating the remark as "Resolved", actual date of resolution and department who made the resolution.
End of activity.
Section 2: If Medium Priority?, goto task #12. Otherwise, goto Section #__3____.
12. Tag complaint as "Important" and escalate the issue to concerned department (within XX hrs).
13. Inform the customer that complaint/s is/are resolved already.
14. Monitor the progress of complaint.
If complaint resolved?, goto task #15. Otherwise, goto task #_14____.
15. Inform customer that his/her complaint was resolved.
16. Close the issue by updating the system indicating the remarks as "Resolved", actual date of resolution and the department who made the resolution.
End of activity.
Section 3: Low Priority, goto task #17.
17. Tag complaint as "Monitor" and escalate the issue to concerned department.
18. Ask feedback to the concerned department about the escalated complaint.
19. Inform the customer that complain/s is/are resolved already. (this is should be removed )
20. Monitor the progress of the complaint.
If complaint resolved?, goto task #21. Otherwise, goto task #__20___.
21. Inform customer that his/her complaint was resolved thru call or email or snail mail.
22. Close the issue by updating the system indicating remarks as "Resolved", actual date of resolution and the department who made the resolution.
End of activity.
the sections could be precluded with another step mimicking step 6
the problem is, what if the issue is never resolved? does the rep monitor it forever?

this would work, and the flow chart has the missing flags in it:
Customer Service Representative
1. Receive customer complaint.
2. Log complaint on the system and indicate all the applicable information with corresponding Ticket Number.
3. Try to solve the issue on his/her own.
If CSR able to solve the complaint, goto task #4. Otherwise, goto task #6.
4. Inform the customer that his/her complaint was resolved through call or email or snail mail.
5. Close the issue by updating the system indicating the remark “Resolved”, actual date of resolution and the department who made the resolution.
End of activity.
6. Identify customer complaint type.
Section 1: If High Priority?, goto task #7. Otherwise, goto Section #__2____.
7. Tags compliant as “Urgent” and escalate the issue to concerned department (within XX hours)
8. Informs the customer that complaint/s is/are now resolved.
9. Monitor the progress of the complaint.
If complaint resolved?, goto task #10. Otherwise, goto task #__9___.
10. Inform customer that his/her complaint is resolved through call or email or snail mail.
11. Close the issue by updating the system indicating the remark as "Resolved", actual date of resolution and department who made the resolution.
End of activity.
Section 2: If Medium Priority?, goto task #12. Otherwise, goto Section #__3____.
12. Tag complaint as "Important" and escalate the issue to concerned department (within XX hrs).
13. Inform the customer that complaint/s is/are resolved already.
14. Monitor the progress of complaint.
If complaint resolved?, goto task #15. Otherwise, goto task #_14____.
15. Inform customer that his/her complaint was resolved.
16. Close the issue by updating the system indicating the remarks as "Resolved", actual date of resolution and the department who made the resolution.
End of activity.
Section 3: Low Priority, goto task #17.
17. Tag complaint as "Monitor" and escalate the issue to concerned department.
18. Ask feedback to the concerned department about the escalated complaint.
19. Inform the customer that complain/s is/are resolved already. (this is should be removed )
20. Monitor the progress of the complaint.
If complaint resolved?, goto task #21. Otherwise, goto task #__20___.
21. Inform customer that his/her complaint was resolved thru call or email or snail mail.
22. Close the issue by updating the system indicating remarks as "Resolved", actual date of resolution and the department who made the resolution.
End of activity.
the sections could be precluded with another step mimicking step 6
the problem is, what if the issue is never resolved? does the rep monitor it forever?
