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

Forum Posts

Ignoring row in Field Map script

Hi,I have a table with multiple reference fields(both reference & glde_list). In field maps script I can validate that if the said entry has a valid record in system or not. So I can have something like answer = util.getParentSysId(source.u_refField)...

DhananjayM by Kilo Sage
  • 13417 Views
  • 5 replies
  • 2 helpfuls

Relationship between Model, Model Name, Asset/CI

I've been toying around with Asset management. I'd like to create some new Models for a television studio. For instance, I would like to track the maintenance and incidents regarding Cameras, Lights, Monitors, etc. I created new model categories for ...

jbauguess by Tera Expert
  • 3412 Views
  • 2 replies
  • 0 helpfuls

Getting a table name from a reference field

I am writing a bit of script which depending on the circumstances could reference 2 different tables.to keep it tidy and avoid writing multiple glide records I'd like to grab the table name from a reference field and then use it to point the glide re...

NeilH2 by Giga Guru
  • 9978 Views
  • 2 replies
  • 14 helpfuls

Resolved! Delaying notifications

Looked around a bit for this with no luck, so I'll throw it out to see if anyone has any ideas.There's a Business Rule on Incident that triggers notifications to VIP users for opening and resolving an Incident. The scenario I'm looking at is if the I...

mstoner by Kilo Contributor
  • 3523 Views
  • 3 replies
  • 0 helpfuls

Multiple assignees

Has anyone tried implementing multiple assignments for 1 ticket?AgentA opened the ticket, works on the ticket and is assigned to it. AgentB can pick it up, 'adds' herself to the ticket's assignment. So both agents have the ticket's ownership?

geannaweed by Tera Contributor
  • 5629 Views
  • 6 replies
  • 0 helpfuls

Sort Order of Attachments

I have a requested item being auto-generated from a quarterly email, and that email contains nearly 100 attachments. When the ticket is created, those attachments seem to be added arbitrarily, so I'm wondering if there is a mechanism available for up...

Inbound email not being processed

I have a couple of users who will occasionally have their inbound emails blocked by Servicenow. Their accoutns are active, their email addresses are correct. They are sending the emails to the correct address and for some reason they will occasionall...

Getting all fields using getFields() method?

Hello,I have a table that extends the "task" table, but when using the getFields() method, it is only returning the few fields that are on the extended table (facilities), and not the fields from the extended table like I want.i.e,var sourceGR = new ...

greg54 by Tera Expert
  • 7258 Views
  • 3 replies
  • 0 helpfuls

Alternate to current.setAbortAction

Is there another way to stop a record insert when the business rule is running before insert without using current.setAbortAction(true)?We have another product integrated with ServiceNow that does a SOAP insert, however under certain circumstances we...

jbutz by Kilo Expert
  • 3316 Views
  • 3 replies
  • 0 helpfuls

Multiple Outbound Email Accounts

Has anyone set up their instance using multiple outbound email accounts?We have different departments on campus using our instance and we would like to have separate email accounts as points of contact for each department. We currently have Inbound E...

aalarco4 by Mega Contributor
  • 6331 Views
  • 6 replies
  • 0 helpfuls

Set field value on current in Display Business Rule

Hi all,I'm having the following problem with a Display Business Rule.The idea is that a field will be prefilled with the current user on a existing record.So in my Business Rule I wrote:current.assigned_to.setValue(gs.getUserID());Now if the user ope...

mennoaret by Kilo Explorer
  • 3961 Views
  • 4 replies
  • 0 helpfuls