I have a table I'm setting up in SQL Server to map request types to the grou

I have a table I'm setting up in SQL Server to map request types to the group that does the work. I plan to use this to dynamicaly assign a request by request type to the correct group.

Type Group
reports Business Reporting
File work Customer Targeting

When a request comes in as reports, I want to lookup Business Reporting and assign the following group task to that group.
My question is this, how do I find the group ID for any given group so I can set up my lookup table properly?
Thanks for any help,...

OriginalPostID-107189

OriginalPostID-107189

  Discussion posts and replies are publicly visible