This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Script Policy Enable user

Hello Gents,

I have another conundrum with the script policy. I am forcing user to enter a service ticket upon enabling disable account. However, the script policy prevents all modifications.. I think this is because of the attribute (edsaAccountIsDisabled) is always present in the Request handle..  Is there a way to get around it?

If Request.Get("edsaAccountisDisabled") = False  Then
            If Request.Get("edsva-enableAcctSvc-Ticket") = "" Then
                     Err.Raise 1, "Administrative Policy", strError1

            end if

end if

 

 

Thanks in advance..