what function would update the field ossys_User.is_active
Hi Bon,
You can use the Update CRUD action from User entity.
You just need to pass the user record with the attribte Is_Active = False.
Cheers,João
Hi João,
Thanks for your information. I am newbie of outsystem.
May I know except UpdateUser function , any other function will update ossys_User.is_active ? Since we have config authentication by Active Directory.
You can also click on the tab Users, search the user you want to inactivate and enter its detail page by clicking on his / her name:
And when you are on the detail page of the user, you can select the option Set as Inactive:
This will also mark the Is_Active to False for that user.
we found some users should be active in AD but the ossys_User.is_active =0 , we cannot found the user record either in active / inactive user through user factory
When you enter the Users tab, you will see by default only Active Users. But you can select to see Inactive users, by clicking the Inactive Users option:
After that, it is the same procedure, enter the detail of the page and select the option Set as Active.
Hope it helps.
Tried but cannot show ......
It can be one of three situations:
hi my team check and all negative .....
1) check from sql , user exist and the is_active=0
Even when your are using the authentication by Active Directory you can use the same crud actions to update the User Entity.
Regards,
-PJ-