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

Forum Posts

Resolved! Unique Values in Record Producer Select Box

I have a record producer where they want multiple items in a select box to have different names but the same value.  The values being used for mapping in the script. I have the Unique Values checkbox UN-checked but it will not display those duplicate...

find_real_file.png find_real_file.png find_real_file.png
stevenm by Kilo Guru
  • 3771 Views
  • 5 replies
  • 1 helpfuls

indexOf doesn't match the exact string?

Hi team, I have a requirement to get the exact string comparison results. if my condition is like [ if (emailTo.indexOf("networkoperation@test.com") != -1) ] it will also satisfy the conditions if the email To contains like the following("operation@t...

gokulraj by Tera Expert
  • 5299 Views
  • 18 replies
  • 2 helpfuls

How to use the syntax of getxmlWait(); I want to replace the getxml(); with getxml() wait but I am getting confused with the syntax

How to use the syntax of getxmlWait();  I want to replace the getXML(ajaxResponse).; with getXMLWait(). wait but I am getting confused with the syntax. I know getxml() uses asynchronous call and getXMLWait(). uses synchronous call but all I want is t...

Raju Singh1 by Tera Expert
  • 14902 Views
  • 2 replies
  • 7 helpfuls

Resolved! Remove Submit button from Catalog Items

Hello, I have a requirement to remove the submit button as an option from the service catalog. We only want users to be able to 'add to cart', and then checkout all in one request.    Is there a simple setting I am missing somewhere, or do I have to ...

Kerry10 by Giga Expert
  • 3813 Views
  • 6 replies
  • 5 helpfuls

Service portal Widget visibility

I have a requirement where i have to hide few widgets from end users according to their groups. Is there any way to achieve this without creating any role.Thank You,Jayanth

k_jayanth by Tera Contributor
  • 6678 Views
  • 3 replies
  • 12 helpfuls

Delay Firing of Approval Inserted Event in Workflow

We have a workflow that is sending out an Approval.  The "approval.inserted" event is automatically triggering our default approval notification.  However, we are trying to add some custom verbiage to the Comments section of the approval via a "Run S...

jmiskey by Kilo Sage
  • 2603 Views
  • 9 replies
  • 4 helpfuls

how to create a import staging table

Hi Community,I want to create a transform map and want to select a source table . How do I create a staging table . I tried creating a table from tables and columns but i do not get that table in the source table list.

How to remove breadcrumb from Dashboard

Hi all,We upgraded from Helsinki to Kingston.   I converted our ITIL Homepage to a Dashboard.   On the Homepage I am pulling in various "list" Type gauges to Dashboard widgets (see screen shot).   This gives IT analysts a quick view of their work que...

ITIL Hompage Dashboard Widgets with breadcrumbs.png Gauge - Assigned to My Groups.png
michaelcory by Giga Expert
  • 7986 Views
  • 24 replies
  • 8 helpfuls

Delete or edit a "bad" comment or work note

Possible, but intentionally not easy. Don't want folks rewriting history willy nilly.1) Find the sys_id of the incident. Do this by right-clicking and "Copy URL". The sys_id is the 32 characters immediately following "sys_id="2) Go to the sys_journal...

CapaJ by ServiceNow Employee
  • 13785 Views
  • 6 replies
  • 1 helpfuls

Resolved! Tooltip for Survey Question

Hi, Is there a way to add tool tip to a Survey Question just like we can in Catalog Items? I can see a field called description, but it displays the whole text and makes the survey page lengthy.  P.S. We are using Survey Designer. Thanks  

mdash by Giga Guru
  • 2324 Views
  • 2 replies
  • 0 helpfuls

Use last run datetime in data source

Hi Folks, We have integrated SQL anywhere using data source. We are trying to leverage "Use last run datetime", so that we could import delta values only after the first time load into the import set table.  The problem is that in SQL anywhere the da...