Hello , Can someone help , who can access HR Default option in Deflection Configuration?As of now only users with sn_hr_va.admin role can access. I want to add my custom role to provide the access.
Hi @mohrsthe , Please select the scope as HR Service Delivery Virtual Agent Conversation and then try to add new read ACL on ssa_deflection_configuration table in HR Service Delivery Virtual Agent Conversation scope and provide the role in ACL to wh...
Hi @vinod9 , You can search in sys_metadata table by applying the below filter . Please use the field name. Please mark the response as Helpful/Correct, if applicable. Thanks!
Hi
Please try ArrayUtil for unique values
getUserComputer: function() {
var host = [];
var userId = this.getParameter('sysparm_user');
var comp = new GlideRecord("cmdb_ci_computer");
comp.addQuery("assigned_to", user...