We have an object that users get 'Requests' (kinda like a case) and when the request is assigned to their queue they have several stages it goes thru before it is considered complete. In the process of working requests there may be a need to ask the person who submitted it for more information. The request stalls until the submitter provides the detail needed.
Today the team who work requests asked for the activity feature to be enabled. They create a task for the submitter and assign it to them. The submitter gets a Salesforce notification when it is assigned to them, but the request owner does not get notified back when the task is marked 'Complete'.
I understand we would have to build a flow to manage that, but before I do that is there a better way to manage this instead of using tasks? What other way would work to manage the process of collecting more information from the submitter?
Hi Brooke,
I'm not sure what the best way to do it would be, but I have 2 solutions.
1. Have the Submitter set the Task Stage back to 'New' or whatever stage alerts the User.
2. Create a custom object and add it to the Lightning Page using the 'Related Record' Component. Then, you can have the submitter fill out that information directly from the Task Record Page. From there, you can either automatically or manually have them trigger an alert.
Thanks,
Nick