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

Forum Posts

What is a Business Service?

I'm starting to look at Business Services and their Service Offering records. I'm stuck on matching these SN records with the abstract ITIL best practices of Service Packages and Differentiated Offerings.  The ITIL best practice says a "Service Packa...

pdavidson by Giga Contributor
  • 10810 Views
  • 1 replies
  • 1 helpfuls

Check box field value

This is going to be a silly question but can somebody tell me what the value of a check box field is supposed to be? I've tried true/false, 1/0, active=true, etc. Am trying to modify the description of a request task based on record producer check bo...

nate_weldon1 by Kilo Contributor
  • 9936 Views
  • 2 replies
  • 11 helpfuls

Change state of request when all related tasks are closed

Hi guys,  The scenario is this: I created an application in which one of the UIs creates tasks. I would like the state of the request to automatically change to close complete once all tasks are closed. I created a business rule and sort of merged tw...

oharel by Kilo Sage
  • 15086 Views
  • 23 replies
  • 2 helpfuls

Resolved! Number Maintenance - Auto-Numbering Records

I know it is possible to set auto-numbering format as the prefix for new table records (such as INC for incidents or CHG for changes), but is it also possible to establish an auto-numbering suffix format?  For example: I want all new incident records...

mferich by ServiceNow Employee
  • 11161 Views
  • 6 replies
  • 2 helpfuls

Resolved! record producer

How to access the true/false field in a table from a record producer. Iam using Yes/No variable in RP but when i change the option to yes in RP it is not getting reflected in the table.How to do that??

Stages vs Tasks vs. States

Hi all,  Wondering some best practices here.   I'm working on implementing our service catalog request items, and I'm finding that a lot of the default workflows involve creating tasks to pass along stages, etc.   For us right now, during this first...

adamrauh by Kilo Expert
  • 4037 Views
  • 2 replies
  • 0 helpfuls

coalesce on multiple fields and empty fields

what does "coalesce empty fields" used for ? if i am having my unique key field , I do not want that data coming in empty , so where exactly can this option be used?another question is , when there are two fields - name and ID and I set both as "coal...

joanct by Kilo Contributor
  • 10585 Views
  • 2 replies
  • 0 helpfuls

Days open count

Hi,  I am trying to add a read only field on the incident form which counts how many days a ticket has been open for. I have done something similar at a previous company to count the amount of times a ticket is reassigned and then fire an email to ma...

scottjus82 by Kilo Guru
  • 8164 Views
  • 7 replies
  • 1 helpfuls

SetAbortAction(true) shows Invalid Update

Hi All,  I have created a before delete BR that sets the active field of the record as false and then aborts the delete action.Below is the script for the BR and the delete UI Action.try {             current.active = false;       current.update(); ...

NehaKataria by Kilo Explorer
  • 5585 Views
  • 2 replies
  • 0 helpfuls