You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am trying to figure out if we can solve the below scenario:
In a restricted portal, customer1 submit a ticket and want to share the ticket with customer2 ,3, 4, 5:
- Customer 2 is a competitor with customer 1. System will generate a warning mail to Customer 1 and stop the ticket sharing to customer 2.
- Customer 3 is not exist in the current customer list. System will generate a remind mail to project admin. Project Admin will grant access list to customer 3.
- Customer 4 exists in the customer list, allow the ticket sharing.
- Customer 5 is a partner with customer 2. System will generate a warning mail to Customer 1 and stop the ticket sharing to customer 5.
For the case of customer 2 and 5, setup 'organization' may help, But together the case for customer 3 and 4, I am not able to figure out the solution unless there is a smart value for a project customer list and organization customer list, then we can setup several automation rules (lookup the customer list and make the comparison).
Anyone able to help on my scenario OR conclude it cannot be done?