- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2025 09:14 AM
We are integrated with ATM monitoring system. Based on the incoming alerts we are creating case-->Incident-->Dispatch (wm_task). From dispatch table we are sending dispatch requests to external dispatch system where engineer will go and visit the ATM. I have below questions related to process. Please assist based on your experience.
Does case creation required as we are monitoring customer ATM?
Should we only create Incident as these are alerts?
Should we always create case for customer and then incident?
Or any other approach
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2025 11:12 PM
the answers to your questions highly depend on the business context as well as underlying requirements/goals you have not provided so far.
Only having the spare information I would say no case is required as cases are intended for the communication between humans (requestors and fulfillers). For only monitoring and maintaining infrastructure your scenario seems a bit "over-designed".
On the other hand I'm wondering why you left the Work Orders (table wm_order) as they are the containers for the Work Order Tasks (table wm_task). And the usage of the word "dispatch" is rather confusing as it is has another meaning.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2025 11:12 PM
the answers to your questions highly depend on the business context as well as underlying requirements/goals you have not provided so far.
Only having the spare information I would say no case is required as cases are intended for the communication between humans (requestors and fulfillers). For only monitoring and maintaining infrastructure your scenario seems a bit "over-designed".
On the other hand I'm wondering why you left the Work Orders (table wm_order) as they are the containers for the Work Order Tasks (table wm_task). And the usage of the word "dispatch" is rather confusing as it is has another meaning.
Maik