By using this website, you agree to our Terms of Use (click here)
please note : this is a cross post of my post in the Acumatica Community... not much traction there as of yet and wonder if this is the better place to be... opinions and insights are welcome.
We’re currently in the process of rolling our Acumatica 2020 R2 for our company through a phased approach and will be utilizing multiple tenants for the purposes of development, training, etc, 5 in total including our live/production tenant. The idea is that we will, periodically, schedule a snapshot of our Live tenant and restore it into the other tenants.
The users will be disabled in some tenants and enabled in other while others will have increased security access into one of them, affectionately called Sandbox. At this very moment we’re keeping things simply by managing the user’s ability to login in or not and nothing more.
I’ve built a small solution within our intranet that pulls a list of users from Live via the API that then allows me to manage the login trait of each user within each tenant, effectively creating a template that I can easily manage.
Side note: the data is very limited, nothing sensitive beyond a user’s login name, and is transmitted over an SSL connection so I don’t think there’s much to be concerned about.
Now comes the call for an assist…
I need to trigger the Actions “DisableLogin” and “EnableLogin” but I can’t seem to find them. Do I need to add them to my already extended endpoint under an Actions ou and if so then how?
Thanks so much for your time 😉
p.s. I can appreciate that there are several ways to approach this, Import Scenarios and such, but I’ve picked this method to assist me in my efforts in conquering the Acumatica Learning Curve.
Seems I have the right idea but I'm afraid to hit the silly +INSERT button, I don't know why...
Imply select the Actions record the +INSERT then find the Action and add it. done...
Happy Monday 😉