...
Codeblock | ||
---|---|---|
| ||
let User = ccFields.GetValue("h_sinfo_user").toString(); if(User.toLowerCase() == "admin") ccFieldsccApplication.AllowErrorRelease = true; else ccFieldsccApplication.AllowErrorRelease = false; |
...
...
Codeblock | ||
---|---|---|
| ||
let User = ccFields.GetValue("h_sinfo_user").toString(); if(User.toLowerCase() == "admin") ccFieldsccApplication.AllowErrorRelease = true; else ccFieldsccApplication.AllowErrorRelease = false; |
...