- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 07:05 AM
We have a new business need to have vendor contact accounts set up to match up with vendor company records. As of right now our plan to accomplish this is to create user accounts using a catalog item and flow. These newly created accounts will be inactive, have a vendor contact flag, and will not have a userID or roles associated with them. We have some concerns of approaching it this way(cluttering up our sys_user table and possibly spill over into processes for real inactive team members etc) but it's the best solution we've come up with so far. Is there a best practice to accomplish this task? I've seen some suggestions in the community on utilizing the snc_external role but that still involves us creating user accounts on the sys_user table.
Solved! Go to Solution.
- Labels:
-
Vendor Risk Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 05:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 05:53 AM
Have you considered using the vendor contact table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 10:55 AM
We have not and we do not have the required plugins to have access to those tables. I'll dig further into this route. Thanks!