Skip to content

Instantly share code, notes, and snippets.

@gashupl
Last active August 29, 2019 09:10
Show Gist options
  • Save gashupl/9cf0aaafe7af3e5bf6012ed5158bdf2f to your computer and use it in GitHub Desktop.
Save gashupl/9cf0aaafe7af3e5bf6012ed5158bdf2f to your computer and use it in GitHub Desktop.
Enable Custom Processing Steps for SystemUser entity
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