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

Forum Posts

Resolved! How to populate time type field (not date)

Hi, I have a table field of time type (not date). i have an input value from text variable that indicate the time, for example: 09:00 / 11:00 / 15:00. How can i (using a script ) populate the time field? What is the correct syntax to populate a time ...

Query on META field usage in Knowledge Articles

Hello All, I would like to know the significance of "Meta" field in Knowledge article.I have one keyword "Testing" in the Meta field.I have created one knowledge base "Test Knowledge Base" and created one article associated with it with SHORT DESCRIP...

Kumar60 by Kilo Expert
  • 4591 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to use g_form.submit() in a widget for Service Portal

I've got a record producer that has a widget that opens up a popup that gathers information from the fields on the form.  Then inside the popup is a button to "Print/Save".  Pressing this button triggers the printer window on the users computer, and ...

How to Import Excel file record in CMDB table

Hi  I have excel date with 100 record for CMDB computer table , now i want to insert that all records in CMDB computertable if record is already exist means it should update with existing record. please help me how to archive this 

ramesh_r by Giga Sage
  • 3415 Views
  • 4 replies
  • 1 helpfuls

Resolved! Tree picker - same values in several hierarchies

Hi, I have a tree picker configured. It has same values in different hierarchies. For ex - Mobile is in GRP A and GRP B. Both have a different item code though. When I type in Mobile on tree picker field, it shows both Mobiles, but user would not kno...

tkrishna29 by Giga Guru
  • 2624 Views
  • 6 replies
  • 0 helpfuls

Resolved! Issue in client callable Catalog client script

Hello All,   I am new to GlideAjax and trying to check duplicate email address on a catalog form. I am getting "Failed to load resource: the server responded with a status of 404 (Not Found)" on submitting the form because of the script include and c...

Kopal Garg by Kilo Guru
  • 3913 Views
  • 12 replies
  • 4 helpfuls

Resolved! Workflow If check for attachments

I am trying to create a check to see if an attachment was added to the Requested Item in the workflow. Though for some reason I am having a problem with getting the check to work correctly.

michaellesch by Tera Contributor
  • 3788 Views
  • 8 replies
  • 0 helpfuls

Resolved! Attach excel file to email notification

Hi, I've a record which has an excel file attached to it. I wanted to send this excel file as an attachment over email notification to a list of recipients.  I'm using following script and attached events and notificaiton but notification is sent wit...

G Balaji by Kilo Guru
  • 5278 Views
  • 4 replies
  • 2 helpfuls

Help with sending an Oauth token request

I've been working on an integration with a third party REST api and the required authentication method is Oauth2. I'm able to request get token, using Postman from the third party provider, but I'm having some difficulty getting request correct in Se...

simonulbrich by Kilo Contributor
  • 2557 Views
  • 4 replies
  • 1 helpfuls

How to CLOSE a Problem Record/Ticket using Background script?

I have used the below script, but the PROBLEM ticket is going to PENDING status & not to CLOSED status as i wanted. var gr = new GlideRecord('problem');gr.addQuery('number','PRB000011568');    gr.query();while(gr.next()){   gr.setWorkflow(false);   g...

paddy786 by Tera Contributor
  • 2699 Views
  • 2 replies
  • 0 helpfuls