just fyi what i was trying to is to re-activate inactive users. we have a job that runs at night and if a user hasn't logged in for 90 days we set that user to inactive. however when they access an app again we want them to automatically be activated again.
if i can get the name of the user on SessionStart i can check in the Users table if they are inactive and set them to active.
if i don't do that outSystems won't let the user log in...and we have to manually go an activate the user again.
if i can get the name of the user on SessionStart i can check in the Users table if they are inactive and set them to active.
if i don't do that outSystems won't let the user log in...and we have to manually go an activate the user again.