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

Forum Posts

How to update/add to a table's related list using an import set

I need to upload an import set (from a csv file) describing attributes of some servers. I've extended the 'Linux Server' table and added a few fields.However, I can't find any info on how I can create a transform map to add to related lists. For exam...

Related list.jpg
gpopp by Kilo Expert
  • 6328 Views
  • 4 replies
  • 3 helpfuls

Resolved! Scripting in View Rule

I have written a very simple script in the View Rule, but it is not working for some reason. I am wanting to show the ess view for any user who is not an admin....Here is my script:(function overrideView(view, is_list) {   answer = null;   // set the...

codedude by Mega Expert
  • 6650 Views
  • 2 replies
  • 3 helpfuls

How can I put radio buttons in a custom form?

I have a requirement of creating a form with many different field types. I am trying to create a radio button field for yes/no type questions, Is this possible in Geneva/Helsinki using UI15 or UI16? I know the catalogs have the radio button feature, ...

brown9394 by Tera Expert
  • 3993 Views
  • 2 replies
  • 1 helpfuls

Enabling Client Transaction Logging?

I am playing around with performance management and I came across below link on ServiceNow wiki.Client Transaction Timings - ServiceNow WikiI can not locate below properties mentioned on wiki link in my instance.Do I require to create these propertie...

Resolved! Get Value of Schedule Entry start and end dates

Hello all,I am attempting to retrieve the values of the start and end dates from a schedule entry to populate a change requests Planned start date and Planned End date fields.   I see that the two format types differ from Schedule Date/Time - Schedul...

travuswarren by Giga Contributor
  • 3315 Views
  • 5 replies
  • 0 helpfuls

Resolved! Upgrade Developer Instance to the latest patch

My Developer instance is currently on Geneva Patch 4, but the latest patch is Patch 7. Patch 6 contains a fix to a problem that I am facing now.I thought the development instances are automatically upgraded to the latest patch, but apparently that is...

odijk by Giga Expert
  • 3734 Views
  • 6 replies
  • 8 helpfuls

Resolved! List Context Menu Client UI Action

If I create a List Context Menu UI Action, and I specify it as Client (meaning that it will run a client script rather than a server script), then how do I know on which record it is running? My list is a related list. If I use g_form functions, they...

giles_lewis by Mega Contributor
  • 6186 Views
  • 1 replies
  • 7 helpfuls

Resolved! Client Script for Assignment Group Change

I have been working on this for a while and need some help.  We are wanting the State field to change to Active (2) when the Assignment Group changes to anything.   Also, The Assigned to should blank out when the Assignment Group changes (I havent st...

Maurie by Kilo Expert
  • 3881 Views
  • 4 replies
  • 1 helpfuls

Catalog UI Policy relative Condition for Date field

I m using relative condition in one of the catalog Item UI policy.Requirement is "If the selected date is within 7 days from the date when the request if opened, i need to display an alert message"Here is the condition which i usedIt works fine on th...

Relative Condition.jpg