Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

User "system" is updating some records and no idea how!

Is there any documentation on the system, guest, admin and glide.maint account. Tried googling with no luck.Ive done the obvious and checked sys_user.Just wanted to know what objects or in what circumstances they would update!Thanks

jarrejo by Kilo Contributor
  • 4919 Views
  • 3 replies
  • 0 helpfuls

Resolved! Form View

Hello Community,         I'm working on a form and I'm interesting in creating different views depending on who is viewing the form. I've managed to create a view but it's not giving me the functionality I'd hoped for.To create the view, I right-clic...

Ken83 by Mega Guru
  • 7191 Views
  • 7 replies
  • 0 helpfuls

Resolved! Related fields in an inherited table

I have two tables. Both inherit from task. The parent table has some custom fields on them (we'll call it u_custom_field.)I'm trying to reference this custom field from the child task, which is also a custom table. The child is using the inherited 'p...

Beth11 by Tera Guru
  • 3445 Views
  • 2 replies
  • 0 helpfuls

Hiding Catalog Variables AFTER submitted

HELP!!I'm having trouble getting the show/hide functionality to work on catalog variables after the request has been submitted. THe show/hide works great when the form is being filled out but is lost after it is submitted. I've tried using the UI pol...

pwright137 by Kilo Expert
  • 8623 Views
  • 21 replies
  • 2 helpfuls

Resolved! Business Rule - Check if a Change Request has a Change Task

Hello all, I have a requirement where a change request must have at least one change task before setting the state to requested.   Below is where I stand at the moment. condition: current.state.changesTo(9)   var tr = new GlideRecord('change_task');...

Incident Response SLA re-starts on re-assignment

We've got some incident response SLAs that are causing problems. The start condition for each is "Priority is priority" and "Service(u_service) is SAP". The Stop condition is "Assigned to is not Empty". So far, so good: The SLA starts and when someon...

rlegters by Mega Expert
  • 3681 Views
  • 6 replies
  • 0 helpfuls

Resolved! Clearing date fields using list edit or update all

Does anybody knows how to clear date fields using the List Edit or Update All/Selected method?It is possible to clear text fields but not date fields.The Wiki article (Editing Lists - ServiceNow Wiki) does not mention anything about and I was wonderi...

Mail Scripts and the email Object

I'm working on a complex email notification and I'm looking for information on the "email" object that's available from within mail_script tags. My immediate concern is updating/overriding the recipient list of the generated sys_email record. So far ...

Resolved! Getting UI Action Name in Business Rule

We have been working on the "New Call Plugin" and running into some issues determining which button was used to save/submit.  I am new to ServiceNow and am looking for an answer to this question, but will happily accept any alternate methods of accom...

Resolved! How to replace Dynamic content in a string variable.

Hello all ,I am trying to replace all the contents present in one variable   in another variable dyamically as below.var src = g_form.getValue('U_test');   var src1= g_form.getValue('U_test1');var src2 = g_form.getValue('U_test2');var my_new_str = sr...

adarshs by Mega Contributor
  • 3975 Views
  • 2 replies
  • 0 helpfuls

VMWare and Serial Numbers

Client came to me with a need to modify Discovery. All of their ESX Servers had a VMWare serial number (e.g. 12345c1c-1234-123a-123b-b1c23f4c5678). They want the actual server's hardware manufacturer serial number instead. SSH and SNMP were not an op...