We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Set string field to current month and year

Hello, I have a string field called 'month'. I would like to default value to be set to the current month and year. For example: If I inserted a record today, the 'month' field should be April - 2020 I figure that ill need to create a before insert b...

JJG by Kilo Guru
  • 2867 Views
  • 6 replies
  • 3 helpfuls

How to send files from MID Server to SFTP Server?

How to send files from MID Server to SFTP Server? Scenario: System will search for the configuration record for the combination of category, sub-category And request type. If configuration record found, then system will read all its details and gener...

ram2497 by Tera Contributor
  • 2388 Views
  • 1 replies
  • 0 helpfuls

Schedule PA dashboard in Servicenow

Hi Team, I wanted to schedule a PA dashboard. Currently I am using "Export to PDF" option but I need this to be export on every month.  Thanks, Poojitha B Nagaraj.

Sync Photo from AD in ServiceNow Profiles

There is a requirement to sync photo from AD to ServiceNow User profiles. Users are getting synced in our instance via SailPoint so there is no LDAP configured and SailPoint doesn't store photos. So we need to find a way to get photo from AD to be sy...

Vineeth P V1 by Tera Contributor
  • 2467 Views
  • 3 replies
  • 0 helpfuls

Resolved! GlideAggregate SUM not working...

Hi, I'm using a fairly simple Business Rule to try to get the sum of a field called u_total_cost on RITM and then update its parent sc_request.  It all works...EXCEPT it is taking the last value - NOT the SUM.   I'm running this as an After Business ...

Resolved! Field Validation

Hello, Farley new to developing in ServiceNow, but I am tasked with creating a numeric input field that can only contain a value that is a multiple of the number 8; example would be, 8, 16, 24, 32,40……. I know this would be a UI action, but how can I...

Rick1 by Giga Contributor
  • 6850 Views
  • 3 replies
  • 7 helpfuls

Resolved! GlideAjax with no response needed

Hello, I have a client script that calls a script include. I don't need a response from the script include to be returned to the client script. How can I just execute the GlideAjax? should I just add a query() at the end? (See code below) var gaFirst...

JJG by Kilo Guru
  • 2242 Views
  • 5 replies
  • 0 helpfuls

Glide AJAX not working

Hello Experts, My goal is to have a string field on incident form and when the form loads, it should get populated with CI details ( like name , manufacturer , asset tag etc ) based on what is selected under configuration item. To achieve this, I cre...

find_real_file.png find_real_file.png find_real_file.png