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

Forum Posts

I need help in creating a database view between two custom tables where I am not able to find common field them but there are 2 fields which are showing same result. Name of the field is Application Name and Asset name.

I need help in creating a database view between two custom tables where I am not able to find common field them  but there are 2 fields which are showing same result. Name of the field is Application Name and Asset name.

User496826 by Giga Contributor
  • 1966 Views
  • 10 replies
  • 0 helpfuls

Fill Risk Assessment Using ATF for Change forms

@Chris Doernbrack @Brian Lancaster  Hi Brian, Chris I am trying to Test Change forms using ATF where I was Struck at a point to Fill the Risk Assessment. So once a user fills that risk assessment and submits the Risk value is populated. Approaches I ...

Midilesh by Tera Contributor
  • 5297 Views
  • 15 replies
  • 1 helpfuls

Resolved! Need help with my onAfter transform script. It is not showing the image properly on the image prompt/field. Please help.

I am trying to dynamically add attachments to every imported record and want to automatically attach it to the image prompt, I tried a script but I cannot seem to make the image display properly work..   I have tried this script:   This is what it s...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Resolved! Clone Header Menu

I want to change 'Tour' label to 'Test', I cloned Header Menu widget, change 'aria-label' and replaced menu widget with my cloned Header Menu, but It still not changed. Does anyone knows why? thank you!

find_real_file.png find_real_file.png find_real_file.png
Betty9 by Tera Contributor
  • 2342 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to query Date/Time field?

Hello, I'm trying to check whether there already exists a record with certain date, but any query which i try in background scripts gives "no", even if the record exists.Can you please point to the error i'm doing in the query?var gdt = new GlideDate...

hyperjam by Giga Contributor
  • 23805 Views
  • 7 replies
  • 7 helpfuls

Resolved! Creating new field took some time and still loading

Hi, I have this scope application where I'm trying to create a new field with the following details: Label: Application Name: application Type: reference Reference: Business Application (cmdb_ci_business_app)   Somehow its taking some time to load an...

Tadz by Kilo Sage
  • 2062 Views
  • 7 replies
  • 3 helpfuls

Troubleshoot UI Action from History

HI Team, Scenario: User clicked on a UI Action and a series of updates happened on the tickets Question: Is there a way to find who clicked the UI Action after the updates are made ? P.S. We dint have any activity tracks or logs posted in the UI Acti...

mm91 by Tera Contributor
  • 946 Views
  • 2 replies
  • 0 helpfuls

Multiline worknotes using REST API

Hi, How to pass multiline worknotes without escaping newlines and special characters in REST API. I am trying with below code. var worknotes = current.work_notes.getJournalEntry(1).toString(); worknotes = worknotes.replace(/[^a-zA-Z0-9\r\n ]+/g, " ...

Community Alums by Community Alums  
  • 1480 Views
  • 5 replies
  • 0 helpfuls

Resolved! Import data in Duration type field through Transform Map

Hi , I have a Duration type field where I want to import data from excel through Transform Map. I have written below OnBefore script in Transform Map. target.duration_day_hh_mm_ss=source.duration_day_hour_mm_ss; IN excel, I have given below records -...

How to create a custom workspace ?

Hi Team,  We have a requirement to create a new workspace (a custom workspace) that will be used by a set of teams for monitoring and working on their tickets. Please share any pointers you have.  Note: I am trying to create a custom workspace in my ...

Gopi22 by Tera Guru
  • 3476 Views
  • 6 replies
  • 0 helpfuls

How to Encrypt a file that is placed in midserver?

HI All, I have a file at midsever. I want to encrypt that file in the midsever using code. I am using below code in my scrpt but its not working. var midServer = "MIDserver"; var command = "gpg --encrypt --recipient 'EMAIL' "+ fileName ; var probe = ...

chanchal1 by Tera Contributor
  • 1235 Views
  • 2 replies
  • 0 helpfuls