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

Forum Posts

Resolved! Jira Spoke Issue Type Missing

I am in the process of setting up the ServiceNow Integration Hub - Jira Spoke. I've authenticated. Now when using the Flow Designer the Jira Project field (& priority) is pulling values from JIRA, BUT the Issue type is not pulling results in the Crea...

Megalithe by Tera Expert
  • 2974 Views
  • 4 replies
  • 5 helpfuls

AWA - Assigning existing work item

Hello,I am configuring AWA for CSM, so far I have configured automatic assign for new cases. However next is to configure the automatic assignment for cases that has already been worked on. For example case was set to Pending, customer replied and th...

Resolved! Submitting a client script based on AJAX response

I have an onSubmit Client Script that receives a boolean response from a Script Include. The script should prevent submitting/saving the record upon receiving the response 'false'.This is the most basic script version:function onSubmit() { var user ...

Triggering UI Action through Rest Api

I'm trying to trigger UI action through the Rest API call. How can I trigger UI action present on the Table level and not the record level. Being at the table level, 'sysparm_sys_id' is not available. This is causing the rest call to fail with the be...

Auto Submit catalog item based on a date field on a table

Hi All, I have a requirement to auto-submit a catalog item based on 'End Date' field on Software Entitlement (alm_license) form. Whenever any record on the table has 'End date' less than 90 days I need to submit a catalog item to support team ( I'm a...

Community Alums by Community Alums  
  • 1183 Views
  • 7 replies
  • 2 helpfuls

Resolved! To disable group by option

Hello All, How can I disable/restrict "group by" option for a specific field in list view of a table in ServiceNow. Thanks!!Ramkumar Thangaraj.

Resolved! Setting the due date via the workflow on all SC Tasks

Hello all, I am trying to set the due date on all tasks via the workflow. I have managed to do this for the RITM and the REQ. Any ideas please? I am trying with the below code and it's not liking it using a run script before the tasks are created.  v...

Resolved! how to add work note in RITM while rejecting the approval

As per the below script if any request is not approved till 112 days then we will auto reject that on 13th day and while rejecting the approval we are adding one comment in the approval record but now we want to add the same comment in the RITM recor...

Resolved! Mapping variables from catalog item to Requested item

Created a variable named "priority" in catalog item as type (Select box)Added choices as High, medium and low with values 1, 2 and 3. When submit the catalog item form with  priority choice according the value, Requested item (sc_req_item) "priority"...

FaizDev101_3-1681723013850.png FaizDev101_0-1681722886906.png
FaizDev101 by Tera Expert
  • 3367 Views
  • 6 replies
  • 4 helpfuls

work order task in accepted state.

Hi Everyone, I have created a custom reference field in work order task. So, when work order task goes in accepted state then that field becomes non editable for all roles except admin. I tried these  roles :wm_admin wm_agent wm_approver_user wm_basi...