is there a way to schedule netsuite maintenance on...
# administration
j
is there a way to schedule netsuite maintenance on our own? In other words I don't want to allow users to log in for a certain period of time.
k
make all your users inactive
then make them active again when done
j
i was afraid to hear that
but that removes their roles
k
note - this can be dangerous if you mark yourself inactive
No
not if you mark them inactive
j
really?
k
yeah.
j
ok
might test and try that
k
Don't remove the access box
there's a system info on the employee for inactive
j
ok. Do you know of a way I can alert users at log in?
k
you might be able to make their roles inactive too
throw a workflow on employee record that sends an email when you make it inactive?
when they login they will get "access to this role has been disabled, contact your administrator" or something to that effect
could also create a custom role called "maintenance in progress" and assign it to all your users.
and then inactivate their other roles.
j
I see...
interesting
c
Terrible way of doing it. Just turn on IP address restrictions instead, and whitelist your own IP address.
👍 1
Means you only have to change 1 thing
s
if you are using SSO through OKTA, Onelogin and Ping they have option to disable SSO access, that means admin can always login since there is no SSO option for admin role
👍 2
j
Thank you