User Activity
06-25-2025
Hi All, I happen to find ThinClient Integration in a client ServiceNow System documentation. Can someone help me out on what's exactly is ThinClient? This is first of the type I heard. Module Scope: ITSM Thanks and Regards
I have this working onSubmit Catalog Client Script code. When I try it in ESC portal or Native UI as a system administrator or a user with Admin role, it works fine. But when I try by impersonating as a non-admin user and try to submit a catalog requ...
function onSubmit() {
//Type appropriate comment here, and begin script below
var a = g_form.getValue('group_name');
var ga = new GlideAjax('isGroupCreated');
ga.addParam('sysparm_name', 'isNameExists');
ga.addParam('Group_Name'...
I have a record producer and it has a script to run a specific workflow when a record is created in INCIDENT Table. But if someone order the record producer,only one workflow needs to be triggered. Not the default workflow that is created when a new ...