
TechiMonster
Modify Reference Qualifiers Using Catalog Client Script
Modify Reference Qualifiers Using Catalog Client Script Create onLoad/onChange catalog client script on the main catalog item. Use the below script, var filter = g_list.get(‘variable_name’); // Put your variable name filter.setQuery(‘active=true’);
How to bypass mandatory fields in ServiceNow
How to bypass mandatory fields in ServiceNow This issue have been present on ServiceNow for years and it still not noticed by ServiceNow. This trick works on Service Portal, Platform and Workspaces. You do not need any roles to do this and this can sometimes help you or give you a headache. As long as…