if (logon_enabled == 1 && state == "Disabled")
this.promote("Enabled");
if (logon_enabled == 0 && state == "Enabled")
this.promote("Disabled");
Hope this helps!
Eli
if (logon_enabled == 1 && state == "Disabled")
this.promote("Enabled");
if (logon_enabled == 0 && state == "Enabled")
this.promote("Disabled");
Hope this helps!
Eli
Copyright © 2025 Aras. All rights reserved.