Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UmeshPandit/1403b7f24cd0510afdbaa7ebb1a63ca8 to your computer and use it in GitHub Desktop.
Save UmeshPandit/1403b7f24cd0510afdbaa7ebb1a63ca8 to your computer and use it in GitHub Desktop.
How to disable customer experience improvement program dialog in AX 2012
How to disable customer experience improvement program dialog in AX 2012
Open SSMS>
update SysUserInfo
set SqmEnabled = 1 --1 = no
--2 = yes
where SqmEnabled = 0 --0 = prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment