SBS - The best value in QMS software

Having trouble writing a directive (procedure) that points to the right place

W

widetrack

#11
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?
:confused:
 
Elsmar Forum Sponsor
W

widetrack

#12
Re: Having trouble writing a directive that point to the right place

Agreed. That's what I did in narrative procedure. Refer to OP for the draft procedure. But by looking at it you'll see that the trouble is about pointing directives to the right place out of 22 tasks/steps.

For example:
If High Priority?, goto task #7. Otherwise, goto task #______. (Task # what?)

If Medium Priority?, goto task #12. Otherwise, goto task #______. (Task # what?)

If Low Priority?, goto task #17. Otherwise, goto task #______. (Task # what?)
each missing task would point at the previous step for monitoring the issue (per your chart) again this results in a possible endless loop. steve is right about raising the priority as time passes. you need something to take you out of this loop.
 
B

biboy2012

#13
Thank you very much everyone. All points are well taken. I am grateful for the time you guys spent reviewing my procedure and suggesting way to make the narrative procedure logical.

Any additional suggestions you may have would be welcome. I will update you as my procedure becomes final.

Again, thank you so much for your valuable help. I greatly appreciate the assistance you have provided me.

:agree:
 
B

biboy2012

#14
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?
:confused:
Still having the same problem I was... the flow is not logical even if all the 22 tasks have been defined.

The problem with Goto section #2, directive "point" to the Section #2.
It is the task that needs to be reached, not the section. Tasks should be linked to directives (goto task #12, NOT section #2). In other words, the user need to find the task #, not the section #.

My question (or the problem) is, if not high priority, what is the directive/command to point to the right place? I mean how would I know if directive will point to task #12 (under section 2) or task #17 (under section 3)? D'you know what I mean?
 
B

biboy2012

#15
Re: Having trouble writing a directive that point to the right place

It appears your difficulty is that High, Medium and Low priorities are not tagged with anything. Because they aren't actually a task, when you attempt to check if a high priority and they find that it isn't, you are trying to then send them to a task, which you can't since you have still to determine if the priority is either a medium or low priority, and so on.

Perhaps add a section tag to the high, med and low priority lines and then instead of sending them to a task in the narrative, send them to the section.

Customer Service Representative
1. Receive customer compalint.
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 already 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 already.
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.
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 already 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.


That fills in half the blanks. The remaining blanks are unable to be filled because there isn't an activity to send them to. Define what happens when you are unable to resolve complaints. The remaining blanks should send them to that new activity.

If I have totally misunderstood what you were asking, disregard what I posted. :)
You totally understood me. :agree1:

Though I removed the text in red above, your suggestions gave me an idea to get the flow logically. Since the directive specified three conditions, what I did is that I simply stated each condition explicitly and removed the word 'otherwise.'

From
If High Priority?, goto task #7. Otherwise, goto Section #__2____.
If Medium Priority?, goto task #12. Otherwise, goto Section #__3____.
Low Priority, goto task #17.

To
If High Priority?, goto task #7.
If Medium Priority?, goto task #12.
Low Priority, goto task #17.


Below is the new flow, please let me know if this is really logical now:

Customer Service Representative
1. Receive customer compalint.
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.
If High Priority?, goto task #7.
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 already 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.
If Medium Priority?, goto task #12.
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 already.
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.
If 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.
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 already 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.
 
Last edited by a moderator:
W

widetrack

#16
Re: Having trouble writing a directive that point to the right place

Okay, I understand the logic of your narrative now (which I wasn't clear on before) the one question still remains though. how long does the CR monitor the issue? Say at 14 you could have an endless loop.
then at 17 you tag the complaint as "monitor" ,18 ask for feed back, 19 inform the customer the complaint is "already" resolved,(before moving into task 21) and then continue to monitor the complaint at 20 and fall back into a possible loop again. I am not sure of the internal workings of your company, but some customers may never acquire a resolution. Is this normal?
 
Thread starter Similar threads Forum Replies Date
D Having trouble with corrective action on external audit nonconformance Nonconformance and Corrective Action 8
Y Goals and Objectives - I am having trouble defining new goals and objectives Other ISO and International Standards and European Regulations 9
NDesouza No Quality Professional vs Having a Quality Professional Benchmarking 24
A EU MDR Annex I section 11.3 - Medical Devices labelled as having a specific microbial state EU Medical Device Regulations 7
O Inspecting paint and having workable standards in the supply chain Supplier Quality Assurance and other Supplier Issues 1
P Received a minor for not having good measureables/goals. Need help with KPIs. IATF 16949 - Automotive Quality Systems Standard 52
N GDP - Having to provide a reason when writing N/A? ISO 13485:2016 - Medical Device Quality Management Systems 1
O How do reduce the risk of suppliers having similar problems? Supplier Quality Assurance and other Supplier Issues 4
D Having got ISO 13485:2016 are you dropping ISO 9001? ISO 13485:2016 - Medical Device Quality Management Systems 8
Q Partial non applicability of ISO 9001 Cl. 7.1.5 (not having services)? ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 2
A Not having an internal audit during the year ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 16
T Having Fun While Learning ISO 9001:2015 ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 6
S Having a hard time closing CAR/ PAR Nonconformance and Corrective Action 13
M Justification for Not Having a Validation Plan for a Critical Process ISO 13485:2016 - Medical Device Quality Management Systems 4
I Not having "effectiveness" in the Quality Policy ISO 13485:2016 - Medical Device Quality Management Systems 8
U Root Cause for a Form not having all info (traceability standard and the gage number) Problem Solving, Root Cause Fault and Failure Analysis 14
M How to compare 2 independent samples having 3 factors 3 levels Statistical Analysis Tools, Techniques and SPC 5
W Thoughts on having Safety Shower in ISO Class 7 Cleanroom ISO 13485:2016 - Medical Device Quality Management Systems 5
T Customer Escape of a part having features reversed 180 degrees Inspection, Prints (Drawings), Testing, Sampling and Related Topics 4
ScottK Is anyone else having problems uploading Proprietary Names into the DRLM? 21 CFR Part 820 - US FDA Quality System Regulations (QSR) 9
K Calibration Standards - Master weight having more tolerance than our gram scale General Measurement Device and Calibration Topics 3
S Minor NC for Not Having Management Review When Scheduled Management Review Meetings and related Processes 12
B Example of Production Process Change having Significant Consequences AS9100C 7.5.1.2 AS9100, IAQG, NADCAP and Aerospace related Standards and Requirements 0
C Can a Company get away with not having Employees Trained to the Processes they use? Training - Internal, External, Online and Distance Learning 2
J DOE Analysis Experiment, 5 factors, 4 factors having 3 levels, and 1 factor having 5 Using Minitab Software 38
J Ever heard of having a Controlled SOP template? Document Control Systems, Procedures, Forms and Templates 12
J What is the advantage of having an NCA 3800 Quality Certificate Various Other Specifications, Standards, and related Requirements 3
N Benefits of having an EDMS in a Construction Company Various Other Specifications, Standards, and related Requirements 5
S CE Label having the indication for the applied part EU Medical Device Regulations 7
Marc Florida Professor Arrested for Having a "Suspicious" Bagel on a Plane Travel - Hotels, Motels, Planes and Trains 14
F Reliability of a System - Estimation of R(t) having constant failure rate "Lambda" Reliability Analysis - Predictions, Testing and Standards 2
D What is the basis for having 1 or 6 Quality Manuals? ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 3
V Having quality in your resume in today's economy. Imported Legacy Blogs 3
C What is the Purpose of or Requirement for having a Gage Glossary? IATF 16949 - Automotive Quality Systems Standard 2
I Not having Training Records for Documentation Changes - ISO 13485 Clause 4.2.3 Document Control Systems, Procedures, Forms and Templates 22
C Objective Evidence of Internal Auditors having Audit Clause 4.1. ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 20
S Feasibility of having one Quality Manual that documents 2 businesses? ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 7
Ajit Basrur Anyone having procedure on "Handling Regulatory Audits" ? US Food and Drug Administration (FDA) 2
somashekar Optical epoxy for LED having good thermal shock resistance. Manufacturing and Related Processes 2
Q 510k for Exempt Class I Medical Device - Industry Advantage to having a 510k Approval 21 CFR Part 820 - US FDA Quality System Regulations (QSR) 12
L Having faith in your Layered Process Auditors - Pencil whipping audits Process Audits and Layered Process Audits 8
P Having only influential control for some Legal needs. Miscellaneous Environmental Standards and EMS Related Discussions 2
S What are the consequences of having an expired ISO 9001:2000 Certificate ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 11
J Advantage of having 2 marks - RvA and ANAB, for example Registrars and Notified Bodies 5
L Objectives: Measurable or having a tangible value? ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 5
R Evaluate Customer Satisfaction without having to send questionnaires Supplier Quality Assurance and other Supplier Issues 2
eternal_atlas Is not having a controlled copy of ISO 9001 standard a NonConformance? ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 114
Ajit Basrur Anyone having ppt file on Advisory Notices ? ISO 13485:2016 - Medical Device Quality Management Systems 2
Ajit Basrur Can you recommend websites having GMP posters? Training - Internal, External, Online and Distance Learning 6
MarilynJ6354 Observed Audit Behavior - Internal auditors having lunch with the auditees Internal Auditing 32

Similar threads

Top Bottom