Enable users in D365fox++

1.)Select Data from UserInfo Table  

select ENABLE,ID from userinfo

 Run this command for enabled

update USERINFO
set ENABLE=1

Comments

Popular posts from this blog

Get Current Worker data in d365 fo x++

how to write a Display Method in d365 fo x++