Service Request Group Configurations

Creating new Service Request Group Configuration
These requests usually come from the COE Team or Business Leaders. You should be given a Client (either name or id), Activity Sub Type (code or description)...
Wed, Nov 27, 2024 10:30 AM
Send list of ServiceRequestGroupConfigurations to COE Team
Run the below query [use where clause to filter Multi-Client] and add to 2 separate Excel tabs (1 for Single Client configs, 1 for Multi Client configs). Do...
Thu, Nov 21, 2024 4:48 PM
Clients with Configs but No Client Mapping
SELECT * FROM [dbo].[Client] WHERE MdmId In ( SELECT DISTINCT C.MdmId FROM [coordinator].[ServiceRequestGroupConfiguration] A JOIN [coordinator].[Conf...
Wed, Nov 27, 2024 4:06 PM