Service Request Group Configurations
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
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
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