Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Auto-Case Assignment based on User Availability

I have a customer  request that requires some heavy scripting on an OnBefore Business rule running on the TASK table--it will set the Assigned To User to the next available user [u_available=true] in the group, taking into considerations the criteria...

alexsheer by Kilo Contributor
  • 4491 Views
  • 6 replies
  • 0 helpfuls

approval group assignment on RITM in request workflow

How can I configure a request workflow to include an approval that checks the Opened by user location, and assigns the approval to a specific assignment group for that users location???

Community Alums by Community Alums  
  • 687 Views
  • 7 replies
  • 0 helpfuls

Scripted Rest API (POST)

Hello All, i am new to scripted rest API.i have a requirement to create post scripted REST API to create an incident in incident table.i have to use OAuth authentication and ACL for security.1. need everything in script include and call it in the scr...

Resolved! Recognize \ as string

How can I include \ as part of the string? var A = '/^' + iprefix + '\[0-9A-Z]{' + inumb + '}$/'; From the logs, A was returned as '/^AT[0-9A-Z]{18}$/' where '\' is missing.

tsoct by Tera Guru
  • 637 Views
  • 2 replies
  • 2 helpfuls

Resolved! Create Change UI Action query

Hi,We would like to create a change from a catalog task, and can achieve this simply by using the following script in a ui action:var url = new GlideURL("change_request.do");url.set("sys_id" , "-1");url.set("sysparm_query" , "^parent=" + current.sys_...

Cirrus by Kilo Sage
  • 1448 Views
  • 10 replies
  • 3 helpfuls

Custom UI action to create CR from incident is not working

I have a scoped custom applications with two tables x_scoped_incident and x_scoped_change_request. These two tables inherit from the global incident and Change Request tables and mimic similar functionalities. I have a requirement to create a custom ...

Navaneeth1 by Tera Guru
  • 660 Views
  • 4 replies
  • 1 helpfuls

Move code form one domain to another

Hi Experts, Neen an urgent help . Is it possible to transfer development work done in one domain to the global domain? For example, if I mistakenly performed development work in a specific domain within the change management table, can it be transfer...

Sandhya23 by Tera Guru
  • 391 Views
  • 2 replies
  • 1 helpfuls

VA supported field in catalog client script?

In catalog client script there is a field  VA Supported of type (true/false) .Can someone explain what is the functionality of the field VA supported if i mark as true what will be happen?

jhansi28 by Tera Contributor
  • 4541 Views
  • 3 replies
  • 2 helpfuls