Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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
  • 2244 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
  • 3803 Views
  • 4 replies
  • 2 helpfuls

How to add hyperlink to risk assessment questionnaire

Hi All I have a requirement where i need to add an hyperlink to risk assessment questionnaire, not to individual question but need to add 1 hyperlink on the top which will be useful for all questions, where it references to a document and user can re...

Abhiram9 by Tera Contributor
  • 958 Views
  • 5 replies
  • 0 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
  • 8901 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
  • 990 Views
  • 9 replies
  • 0 helpfuls

Resolved! mandatory on submit

Hello Experts, I'm getting issue on a onsubmit client script, i want some options based on condition to be mandatory and it is doing it's job but even after selecting all the fields it is still giving an alerts and doesn't allow to submit the request...

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
  • 1666 Views
  • 7 replies
  • 1 helpfuls

Delete Archive Records

Hi All,we archived the alerts from the alert table. but now when we try to delete the archived records from the archive alert table these are not getting deleted (No option to delete). and when we try to restore using related links this was not resto...

Sravani36 by Tera Expert
  • 1210 Views
  • 3 replies
  • 0 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...