Last active
August 29, 2019 09:10
-
-
Save gashupl/9cf0aaafe7af3e5bf6012ed5158bdf2f to your computer and use it in GitHub Desktop.
Enable Custom Processing Steps for SystemUser entity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE dbo.SdkMessageFilterBase | |
SET [IsCustomProcessingStepAllowed] = 1 | |
WHERE PrimaryObjectTypeCode = (SELECT DISTINCT ObjectTypeCode FROM Entity WHERE Name LIKE 'SystemUser') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment