Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Set Email header

Hi,when catalog item is submitted, we have an email attached to the flow to send for logged in users. but when request is submitted by default the email header is showing instance link instead who submitted the request.Prod.xxxx.comHow to fix this? o...

OnCell Edit make a field readonly

Hi Can someone help me with how to make a field readonly onCellEdit (No ACL) function onCellEdit(sysIDs, table, oldValues, newValue, callback) { var saveAndClose = true; //Type appropriate comment here, and begin script below saveAndClose = false; ca...

Shruthi2 by Kilo Contributor
  • 2909 Views
  • 4 replies
  • 5 helpfuls

Concatenate two fields into one

Im trying to copy the value of two different fields into one when a value is selected from a reference field. when a value is selected form a reference field, I would like to push that value along with the value in another field to a field where both...

Andre8 by Giga Guru
  • 4512 Views
  • 4 replies
  • 3 helpfuls

Resolved! What exactly is a blue dot next to an incident number?

I've removed unnecessary information but would like to know what the meaning of this blue dot is in incident mgt.   I've searched the wiki (located here: http://wiki.servicenow.com/index.php?title=Administer_ServiceNow#gsc.tab=0) for "blue" and even ...

bluedot.png
robvira by Kilo Contributor
  • 10423 Views
  • 4 replies
  • 3 helpfuls

How to copy email received activity in RITM to SCTASK?

Created a flow designer that copies any email received activity that goes into RITM to SCTASK. But it is not working. The flow is not triggering at all. The flow works if/when we test it in the Flow Designer. The scenario is when an external user rep...

Gian1_0-1677118901878.png Gian1_1-1677118944915.png Gian1_2-1677118988859.png Gian1_3-1677119016978.png
Gian1 by Tera Contributor
  • 1887 Views
  • 9 replies
  • 0 helpfuls

Resolved! Assignment group

We need to assign the assignment group of the SCTASK to a variable to pass it through 3rd party integration through rest message. I have used the var grp= current.assignment_group but the value is coming as undefined. How to get the value of the assi...

Savitha4 by Tera Contributor
  • 2801 Views
  • 7 replies
  • 1 helpfuls

Choose table field to display dictionary entry

Hi All,I want to create two fields that refer to the same table but display different columns. I used a lookup select box on a record producer but this type of field does not exist in the dictionary entry. Is there different type for that? I don't wa...

To restrict negative values in amount field.

Hi All, I have requirement to restrict user to enter negative value in amount field. I wrote on submit script which is working fine when I enter two digits or three digits   like 78 or 651 etc, But when I enter more than three digits, entered value c...

Hide workspace

Hi all, We need to hide the Service operation  and Alignment workspace in filter  navigation for non admin user.Can anyone help me on this how we can achieve this.Thanks. 

Community Alums by Community Alums  
  • 1592 Views
  • 1 replies
  • 1 helpfuls

New and Edit UI Action Visibility on Related List

Hi All,For the catalog tasks related list on sc_req_item , I want to show New button based on role, I have created a new role and when I am trying with a user which is non-admin the New button is visible if the user has the specific role and if the u...

AnubhavSrivas2_0-1677053484361.png
Anubhav24 by Mega Sage
  • 2175 Views
  • 8 replies
  • 3 helpfuls

Resolved! Email address should end with '@gmail.com' only.

Hi, I have a requirement in the catalog form. The user is asked to mention the required email address. The variable type given here is 'Single Line Text'. So, I want the user to give the email address which ends with '@gmail.com' only and if that nam...