We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Convert ACL to before query BR to avoid secuirty constraint message.

Ak8977
Tera Expert

can anyone help me to convert the ACL code into before query BR.

if (gs.getSession().isInteractive() && (new sn_hr_core.hr_CoreUtils().impersonateCheck()))
    answer = false;
else if (new hr_Case(current, gs).canReadCase())
    answer = true;
else
    answer = false;
0 REPLIES 0