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.

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

Forum Posts

Resolved! send email notification end user based on 3 strike rule

Hi I have a requirement like this:where servicedesk agent will update a follow up date field to send a reminder notification.1)first notification will trigger on follow up date2) then it should wait for 24 hrs from follow up date and send a second no...

adminsonal by Tera Contributor
  • 7858 Views
  • 7 replies
  • 1 helpfuls

Request - Request Item - Task Why three?

I am still a rookie here and learning.I know there are different kind of catalog items - record producers, order guides, content items. And I am trying to understand the difference/relationship.Is my understanding correct that only for order guides w...

pauladams by Tera Contributor
  • 3482 Views
  • 2 replies
  • 3 helpfuls

Resolved! LDAP ignore import of accounts with no email address

Hi all,I am trying to refine our nightly LDAP user import, and would like to ignore any ad account that does not have an email address, and not create a ServiceNow account.To be honest, I am not actually sure where to start.   Googling didnt help me ...

Link asmt_metric_result to incident table

I created a survey that automatically is sent to the caller listed on the incident when the incident is closed.   That caller answers the survey and the results are put in the asmt_metric_result table.   My manager wants a report that includes who cl...

donpa by Mega Contributor
  • 1470 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to disable the Welcome Page (welcome.do)

The system Welcome Page, welcome.do, which is controlled by adding content to the "Welcome Page Content" (sys_home_list.do?sysparm_userpref_module=c4a536e2c6112275009669056d8e541c), is coming up after an ESS user updates their sys_user "My Profile" p...

SC10 by Kilo Guru
  • 3172 Views
  • 2 replies
  • 2 helpfuls

Resolved! Backout Update Set - Problems

I'm attempting to backout an update set, but when I do it says there are five problems identified and to review these and try again. However, I'm not able to see where the problems are identified. How do I find the problems so I can fix them?

Resolved! Send multiple values for same xml tag in SOAP

Hi guys, i have a requirement to send multiple value under a same xml tag based on the values selected by the user, example like the one given below<complexType>   <exampleElement>Data 1</exampleElement>   <exampleElement>Data 2</exampleElement>   <e...

dinesh91n by Tera Expert
  • 14583 Views
  • 10 replies
  • 3 helpfuls

Max length of Display Value

Hello Community Leaders!!Are there any rules to follow while selecting the display value of a table to show up in reference and list fields?I'm asking this because, we have a table with a string field as it's display value. Sometime later, the client...

Screen Shot 2017-01-27 at 1.49.21 PM.png Screen Shot 2017-01-27 at 1.56.27 PM.png

URL field on syslog_transaction table

Hi:I am trying to identify a performance issue on my instance. I believe the issue is due to slow-running Business Rules. I am trying to identify the execution of the Business Rules on the syslog_transaction table. I see that there quite a few record...

helga by Kilo Contributor
  • 3161 Views
  • 5 replies
  • 4 helpfuls

Resolved! Bold a variable in a workflow notification

Hello I am trying to bold current.variables.number_text in my mail script and its not populating. Can someone help?<mail_script>template.print('The assigned asset number for:   '+current.variables.asset_description +' is '+current.variables.number_te...

Mail Script.JPG
deneech by Giga Expert
  • 3353 Views
  • 13 replies
  • 1 helpfuls

Resolved! Variable reference qualifier is not working in Variable editor

Variable (Type: Lookup Selectbox ) Lookup Value from table having Reference Qualifier is not working on Variable editor.i'm working on a requirement on Record Producer, The Requirement is as followsUser will fill some minimal data while submitting th...

vamsi by Tera Contributor
  • 2476 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to add work notes when insert a new change request

I'm just ran into the new "change model" that I think came with Helsinki.Before you could create a change_request like this:var newChg = new GlideRecord('change_request');   newChg.newRecord();   newChg.comments = 'Testing';   newChg.type = 'emergenc...