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

Forum Posts

Resolved! How to add checklist on catalog item form?

Hi Team, How can i add checklist on catalog item form. Please suggest. >on select yes on "reporting" field a checklist should be displayed. There is no label for it. And checklist should be single select >since it doesn't have label. I have to go for...

Resolved! Logging the script include

I have written this script include :I want to add log message in this since this code is not working also were to checks the logs in service now    var Configuregroupbasedonassigned = Class.create();Configuregroupbasedonassigned.prototype = {    init...

Tagging groups

Hi Everyone, I need to tag groups in the Note field. I can tag users but not groups. How can I achieve that? (Even if I need to open a new field for that).

Resolved! For loop is saving only the last iterated value.

Hi All, I am trying to copy the array of details I am receiving from JSON, while copying them to work notes field I am able to copy only the last iterated value from for loop. Please look in the below details. Thanks in Advance. var survey = parsedDa...

Agent Assist not showing Catalog Items result

Hello,   I am facing issue with 'CSM Configurable Workspace'. I need to setup 'Agent Assist' such as it should search for 'Catalog Items' but it is not able to search catalog items. However it is working in 'Agent Workspace' but not in 'CSM Configura...

find_real_file.png find_real_file.png

Resolved! Get [code] and [/code] fixed in email scripts

Hello , Im getting [code] and [/code] while fetching latest worknotes alone through email scripts. (function runMailScript(current, template, email, email_action, event) { var fieldName = 'work_notes'; var rec = new GlideRecord('sys_journal...

lakshmi75 by Tera Contributor
  • 1201 Views
  • 6 replies
  • 2 helpfuls

Resolved! How to set JDBC Connection by using mid-server

Hi All Experts. I am trying to connect to Maria DB to insert rows by using mid-server. There are just import data examples using JDBC Connection from other databases. I am going to use flow designer, but I think that I need to set connection & Creden...

jinha park by Tera Contributor
  • 3004 Views
  • 2 replies
  • 0 helpfuls

How do I create Service Portal widgets with images

Good day team First off - I'm very new at Service Portal. We're very late adopters on this matter. I was hoping someone could direct me in creating widgets/pages(?) for icons on the landing page for Portal. Here is a mock-up of what I'm looking to do...

Resolved! How to communicate between two widget?

How to communicate within two widget, I have done some POC. Writing small example to understand the way of communication within two widget.If You hv found this helpful, guys please vote

ImgIncWidgetComm.png
Jeet by Tera Expert
  • 15786 Views
  • 14 replies
  • 17 helpfuls

Resolved! Remove links in List View except for record number

Have a scoped app that I have a List View configured, the the list has the Requested by field with a link to the user record.  They can click on that and go to that record. They don't have rights to modify, but just viewing the record could be bad.  ...