Recent searches
No recent searches
Limiting Ticket Submission
Posted Jul 03, 2024
I need help figuring out if something is possible for Ticket Submissions.
Scenario:
We have a large client base, and each organization may have up to 30 employees. They all need access to our knowledgebase. However, only specific end users at the organization should have access to submit tickets. The number of people is too large to manage manually via the allowed list. We have considered sharing the ticketing form links. However, this will not keep users from forwarding the links to people who should not submit tickets.
Does anyone have suggestions on how to handle this?
0
3 comments
Rh Jaffery
Hi Robyn,
To manage ticket submissions for specific users without manually maintaining an allowed list, consider these options:
Single Sign-On (SSO): Use SSO to control who can submit tickets based on their login credentials.
Custom User Fields: Create custom user fields to designate who can submit tickets, and use triggers to restrict form access accordingly.
Domain Restrictions: Restrict ticket submissions by email domain if applicable.
Custom App: Develop a custom app or use a third-party app to manage ticket submission permissions more dynamically.
These approaches can help manage access without relying on shared links or manual lists.
Hope this helps!
3
Dainne Kiara Lucena-Laxamana
Thanks Rh Jaffery for your insight!
0
Chris McDaniels
Rh Jaffery Can you expand on
Custom User Fields: Create custom user fields to designate who can submit tickets, and use triggers to restrict form access accordingly.
Possibly give an example of what this trigger looks like
0