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

Forum Posts

Resolved! How to Add a Database View to a Dashboard

Hi,I have a Database View where I have Joined two tables and obtained a Data from them. I wanted to display this Data on a Dashboard. When I went to a page and tried to add it. It hasn't showed up any option for Database View. How is it possible to a...

Resolved! How do I provide access to Enhancements?

I have several IT users that all have the ITIL role and I want to be able to assign Enhancements to them and allow them to create, edit and close enhancement records.   What role do I provide the users to do this?Thanks in advanceRobin

Resolved! OnSubmit Page Redirect using GlideNavigation

Been trying to get an onSubmit script for a catalog item to work where the user is redirected to the home page after submitting the record. We recently created a record producer for a new table, and the user is defaulted to the standard portal ticket...

UI Action to Delete Table Records

Hi,Is there any way to use a UI action button to delete all records from a table?   I have tried using client scripts and server scripts along with using GlideAjax but nothing seems to work.   Any help appreciated.

rm1996_ by Kilo Explorer
  • 3574 Views
  • 4 replies
  • 1 helpfuls

Resolved! GlideAggregate can it work with dot walking?

I have the following code in a script include.updateCount : function (d1_id, mtype){   var count = new GlideAggregate ('u_ScanSearch');   count.addQuery ('parent', d1_id);   count.addQuery ('u_searchType.u_mtype', mtype);   count.addAggregate ('COUNT...

tahnalos by Kilo Sage
  • 4377 Views
  • 8 replies
  • 2 helpfuls

Resolved! Calculating Person's Age from Date Field

All,I have been on the forum getting examples to populate a 'string' field called age to display the age of the person filling out the catalog item.   I have a Date variable and when they type in or select from calendar the 'age' string field should ...

find_real_file.png
Brett14 by Giga Expert
  • 3816 Views
  • 7 replies
  • 1 helpfuls

Resolved! Transform Map Basic Understanding

Hi All,I need to know how transform map is working in service now.How the data send from the Source Table to Destination Table? Is there any schedule job required to make a transform?Is the data totally moved or copied from Source to Destination?Coul...

SNOW User8 by Giga Guru
  • 2156 Views
  • 4 replies
  • 3 helpfuls

Resolved! Throw Exceptions for Field Mapping in Transform Map

Hi All,I have critical requirement about Transforming the data to the target table (cmdb_ci) . We have already created field maps for the corresponding target field and also few Transform scripts .Now the requirement is to throw exceptions by logging...

find_real_file.png
Mrman by Tera Guru
  • 3055 Views
  • 8 replies
  • 0 helpfuls

record watcher filter

Hi All,We have a scripted list widget on our service portal header.   I need to change one of the filters that is used on one of the record watchers to add an additional condition but can't get the syntax right.   Currently the filter is as below:var...

Sam Ogden by Tera Guru
  • 2910 Views
  • 5 replies
  • 0 helpfuls

Autopopulate field from incident form on new problem form.

Hi All,In incidents the problem_id field is a reference to the problem table. When clicking on the magnifying glass a list of problem records appear. If I click on the NEW button from this list a form appears,i want to autopopulate some fields such a...

arohi by Kilo Expert
  • 3912 Views
  • 7 replies
  • 5 helpfuls