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

Forum Posts

Create a toggle button

We are attempting to create a UI Action button that toggles all fields to be editable on what they currently are set. We have the code:var fields = g_form.getEditableFields();for (var x = 0; x < fields.length; x++) {    g_form.setReadOnly(fields[x], ...

jesterize by Tera Contributor
  • 1768 Views
  • 2 replies
  • 0 helpfuls

Resolved! Export specific fields to XML document and attach to record

I need to create a script which will generate an XML document from specific fields on a record, and then attach that XML to the record.  This is to make data on these forms meet a new data standard that our client has to use when sending XML data to ...

Resolved! How to call script include in widget client controller.

Hi All,Am trying to call script include in widget client controller. but am getting result value Null.Client controller :function($scope) {   /* widget controller */   var c = this;$scope.clearForm = function(){var url = $scope.page.g_form.getValue("...

Approval widgets saving comments more then once

Hi All, We had a requirement of adding comments for the approval being rejected, on the Approval widget on service portal. I came up with adding a textbox, on the widget for every approval on the form. This makes the reject button disable, until ther...

Component Formatters

Hi,I need to understand the working of Component type of Formatters.What I know it is used for variable Editor but How?Somewhere in the forum I find this information, Can anybody please explain..-------------------------------------------------------...

abhijats by Tera Expert
  • 1824 Views
  • 5 replies
  • 0 helpfuls

AMB_RECEIVE semaphores hitting queue depth limit

We have an external site that pulls KB data from our ServiceNow instance using table APIs.  We're seeing some intermittent errors where the connection is terminated.  While there are other potential areas of questionable behavior, one suspicion is th...

Tom Brown by Mega Guru
  • 2490 Views
  • 2 replies
  • 1 helpfuls

Send 50% and 75% SLA notifications

Hi All,   I am using default SLA workflow for incident. I would like to send notifications at 50% and 75%. I have noticed that in default SLA workflow, for both 50% and 75%, the trigger is task.sla.warning. so both the notifications are triggering fo...

MMKK by Tera Expert
  • 6277 Views
  • 5 replies
  • 5 helpfuls

Adding a VTB to a dashboard

Is there a way for a user to add an VTB ( visual task boards) to a dashboard?   I tried testing this with an IFrame but that did not display nicely.   I do not want to configure a CMS page with an IFrame or even get into using CMS.   Ideally I would ...

Jerry20 by Tera Contributor
  • 5915 Views
  • 4 replies
  • 6 helpfuls

Finding Duplicate Assets

I have a script include that I found in the community to assist in finding duplicate records in a table.  In this case I am using it to locate duplicate assets on the alm_asset table.  The script works as expected as it returns a list of duplicated r...

find_real_file.png
AndyB5000 by Mega Guru
  • 3985 Views
  • 14 replies
  • 0 helpfuls

Resolved! How to merge branches from within Studio?

we can create branches from within the the studio but i couldn't find any option of merging those branches with master. so everytime if I wanted to merge any branch i had to open up GitHub and merge branches there. then i have to comeback to studio a...

Resolved! Data policies not working.

Hello All, I have a data policies created but its not working properly, can someone please check my screen shot.  What i want is, when ever i import any data using any file Name field should start with Test..... & its not working,  Just for a test pu...

find_real_file.png find_real_file.png
Mr_Blue by Tera Expert
  • 1745 Views
  • 2 replies
  • 3 helpfuls