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

jumpRef method to open one form to another form in d365 fo x++

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

Convert Amount from one currency to another curency in d365 fo x++