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

Forum Posts

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
  • 5164 Views
  • 2 replies
  • 0 helpfuls

Resolved! Transform Mapping Currency Field

I have an excel spreadsheet which I am importing into ServiceNow. On the spreadsheet are two columns, one is the currency code (USD, GBP, etc.) and the other is the amount. In my transform map, I can map the amount directly to the currency field whic...

gtke by Tera Contributor
  • 4322 Views
  • 2 replies
  • 2 helpfuls

glide.ui.update_is_submit

The system property glide.ui.update_is_submit is used in the condition for the Global Submit UI Action but it is not listed in sys_properties.list. Is there any available documentation on this property?

scot_sutton by Tera Contributor
  • 2986 Views
  • 1 replies
  • 0 helpfuls

Mid Server Requirements

Client wants to set up the Mid Server on a Linux server under vmWare. They want to know the recommended vCPU count for this type of configuration?  Here are their current CPU specs:processor : 1vendor_id : GenuineIntelcpu family : 6model : 45model n...

Resolved! Reference qual conditions: "is" vs "is a" - whats the difference?

As I was replicating part of our Incident form in the New Call module, I viewed the dictionary of our Closure Configuration Item field to look at the Reference Qual Conditions.   They're basically limiting the CI choices to various classes.   What is...

scottatah by Giga Expert
  • 3252 Views
  • 2 replies
  • 1 helpfuls

Resolved! SLAs and Reporting

Hello Community,  Was wondering if those who are familiar with SLA's and reporting on them could help me out.  Our NOC uses SLA's to see how long it takes between when an Incident comes in, and when it gets assigned to one of our guys. The amount of ...

Resolved! Building UI page including JQuery

I am trying to impliment JQuery inside a UI page below are the components of the UI page (I am following this walk through)http://constantinekrick.com/?p=290  I keep receiving an error when i place the code inside the HTML block.   This is my first U...

8-22-2014 3-52-48 PM.png
sbolton by Mega Expert
  • 4337 Views
  • 7 replies
  • 0 helpfuls

Add information box to form

Can I add UI macros to a form that is not a record producer?   In the record producer there is an option to add UI macros but I do not see them on the actual form.   I am trying to add an information area to a label.   The available options that i kn...

sbolton by Mega Expert
  • 2492 Views
  • 2 replies
  • 0 helpfuls

Resolved! Adding an "Apply Template" Button

Hi everyone,  As a part of an update, we looking to add an "Apply Template" button to our Incident form.   We want it to work exactly like our context menu but wanted more visibility.   The problem is that I can't seem to track down where the "Apply ...

turnea by Mega Expert
  • 4094 Views
  • 2 replies
  • 0 helpfuls

Resolved! Move update changes to a different domain

I goofed and made changes in a subdomain instead of applying the changes to a higher one in our domain separated instance. I need to apply the changes across multiple domains. Can I easily move this to the higher level domain easily or have the chang...

KB15 by Giga Guru
  • 2942 Views
  • 3 replies
  • 0 helpfuls

Resolved! Do Record Producers Create Records as an Admin?

I am troubleshooting an issue with an ACL that restricts "read" access a field called "Default assignment group" on cmn_location to the roles user_admin and admin. There is a client script on incident that sets assignment_group to Location.Default As...

seberly by Giga Expert
  • 2088 Views
  • 4 replies
  • 0 helpfuls

extract text from HTML field

Hi,  I have a custom HTML field in a table. In business rule I want to extract a plain text from that field.  In client script I used below code and it is working. But in business rule it is not working. Let me know what I need to do in Business Rule...

Resolved! Read ACL on Incident - Troubleshooting

Creating a pretty standard READ ACL on the Incident table. The requirement is to allow users in the same department the ability to read other user's incidents.  Type: RecordOperation: readName: Incident  ourUser = gs.getUser();department = ourUser.ge...

jshatney by Mega Expert
  • 3744 Views
  • 5 replies
  • 3 helpfuls