HHH Posted May 12, 2020 Posted May 12, 2020 Is there a way to prevent that the analyst that raises a ticket automatically becomes a member of that ticket? It's when the analyst himself is the customer, often with a service they themselves don't support that we don't neccessarily want them all over the ticket. I tried to set it up in the Business process and failed since the flowcode customer is probably not the user ID
Steven Boardman Posted May 12, 2020 Posted May 12, 2020 @HHH do you have this setting enabled? If the analyst raising the request, is not in the team it is assigned too, it would add them automatically - turning this off will prevent this, just bear in mind this is global. If you are looking to remove the customer as a member try * Get Request > Customer Details Node * Inject variable - &[global["flowcoderefs"]["resultRef"]["customerId"]] into the remove member variable field 1
HHH Posted May 13, 2020 Author Posted May 13, 2020 Thanks @Steven Boardman Just a question since I'm cautious. What happens if the customer is not found as a member, will the process just move on or do I need to take it into account and add a decision node first checking if customer is member?
Steven Boardman Posted May 13, 2020 Posted May 13, 2020 @HHH i've tested the following scenarios * Customer = Member - then process will remove member * No Customer set on request - process can't remove member as no member matches on the customerid but process silently skips this action and moves on successfully * Customer is not a member of the request - Process can't remove member as no member matches on the customerid but process silently skips this action and moves on successfully * Customer is a basic user and not a member of the request - Process can't remove member as no member matches on the customerid but process silently skips this action and moves on successfully Have a run through yourself but you should be fine 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now