Clarity on creating tables and how to use them in workflows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2022 08:24 AM
Hello!
I am trying to get some clarity on creating custom tables and how they interact with a workflow. I have a catalog item, File Share Access, that requires the destination folder Department Head approval, the Requested For Manager approval, and a final group approval from our Admin team. The last two are easy to implement, but the Department Head approvals are giving me an issue. I created a new table called File Share Access Approvers with two new columns - Department Approver and Folder Name.
Here are a few questions:
What type of fields should those be? Currently I have the Department Approver as a Reference field to the User table and the Folder Name as a String field.
Second, how do I associate the Folder Names to the select box on the catalog item? I need certain people to approve based on what is selected in the dropdown menu.
Once I have the Folder Name field matching the variables on the catalog item, how do I associate the Department Approver field to each folder?
Finally, I'm guessing there's a glide record script to reach this custom table and approvers?
Sorry for the confusion, but I feel like I've signed up for a requirement that's a bit out of my scope lol. I'm getting there, but I'm learning as I go! Thank you for your patience and input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2022 07:39 AM
Wouldn't I have to do that multiple times if each choice is a different approver?