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! Planned Maintenance Templates

Hi,I am following along in the wiki here and setting up a Planned Maintenance schedule. I installed the Plugin and included the demo data.Once I get to step 6.7 " In the Schedule Templates related list, click Edit. The Edit Members slush bucket displ...

Maintenance Scheduled.png

Mobile Iron Access and ServiceNow

Would like to know if there is an integration or if possible to segment traffic (desktop traffic vs mobile phone traffic) with Mobile Iron Access. What we would like to do is keep desktop traffic authentication alone keep that authentication going th...

carlosrlara by Mega Expert
  • 2179 Views
  • 13 replies
  • 12 helpfuls

Resolved! Accessing variables through the Background Scripts

Dear All,I am trying to modify a variable *Reason for order*   of an existing RITM record through background script , but unable to access the variable (script throws an error).Below is the code snippet :var obj = new GlideRecord('sc_req_item');obj.a...

RITM_Variables.JPG
Puru2 by Tera Contributor
  • 5980 Views
  • 3 replies
  • 4 helpfuls

Total Number of attachments

Hi All,In incident form, i have created a field "total attachment" in that field i want to get total number count of attachment in the form. How to get that one. Anyone please help me.Thank you in advance.

manisha3014 by Kilo Contributor
  • 3767 Views
  • 8 replies
  • 1 helpfuls

Resolved! How to set view

Hello all,I need to set view depends on the application modules,Example as shown below: whenever i select on "My Company members" which a list view of user defined table i want to set view "Default View" for it, when i client "surv" it should shown d...

find_real_file.png

Can Servicenow be used to send bulk emails (Upto 100 recipients). What is the total volume of emails both inbound and outbound emails that ServiceNow could process without running into issues.

Can Servicenow be used to send bulk emails (Upto 100 recipients). What is the total volume of emails both inbound and outbound emails that ServiceNow could process without running into issues.

vijaybarath by Kilo Explorer
  • 1902 Views
  • 3 replies
  • 2 helpfuls

can we call ui action from business rule?

can we call ui action from business rule?can we call webservices from ui action?i am calling this by making ui action list context menuthis code will work?on click:showPopUpfunction showPopUp(){//var glideRecordToCheckIsMapped=new GlideRecord('u_mapp...

Kiddy1 by Tera Contributor
  • 6073 Views
  • 5 replies
  • 3 helpfuls

Use cases on transform map scripts

Hi,I am new to servicenow and trying to learning each of modules of SNOW.Can anyone help me to provide the use cases on transform map scripts?Thanks and Regards,Abhishek

Resolved! IP ranges to IP address

Hi,I need to get IP addresses from the given IP ranges. Is there a way to get it from OOB Script includes or from Javascript?Regards,Vivek

Resolved! Get fields of a table

// Check if the table has the field, u_numbervar grCheck = new GlideRecord('myCustomTable');grCheck.query();var fields = new GlideRecordUtil().getFields(grCheck);var numberFieldFound = false;for (var j = 0; j < fields.length; j++){       var fieldNam...

xiaix by Tera Guru
  • 3836 Views
  • 1 replies
  • 0 helpfuls

Resolved! Dynamic Dropdown Menu

I have three fields as shows in the screenshot below,1 User selects Category = 'Software'2 On clicking Type dropdown, we want to query a Table called 'Inventory' (where we have Category, Type & Subtype columns data) and pull matching Type values from...

find_real_file.png
cc11 by Tera Contributor
  • 6212 Views
  • 39 replies
  • 12 helpfuls