Provide work notes when catalog task is closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 11:04 AM
Trying to find a solution to provide work notes to customers when a catalog task is closed. OOB sends notification that a Request is completed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 11:16 AM
Hi @athavichith ,
You can create new notification on sc_task table, when to run state closed , who will receive requested for , what it will contain add worknotes
or
modify oob notification and what it will contain add worknotes.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 11:25 AM - edited 12-04-2024 11:28 AM
Add your condition in Notification such as state is closed by selecting notification table as sc_task
In what will it contain tab you can add this by this end user will get all the work note on catalog task
If my answer helped you in any way, please then mark it as helpful or correct . This will help others finding a solution.
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 01:46 PM
You could modify the OOTB notification to include the close notes/comments. Note that work notes are designed to be internal only (i.e. not visible to customer).