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

Forum Posts

Resolved! Cannot add knowledge article categories

HiI'm facing a problem in the knowledge module: When creating an article I cannot add new categories to it.This is how it looks when adding via the plus-signs in the botton of each container (I also tried adding just 1):When I press OK, the category ...

find_real_file.png find_real_file.png find_real_file.png

UI policy on table in a different scope

Does anybody know why I can't select a table from another scope when creating a UI Policy? Consider this scenario: I have Scope A and Scope B Table 1 is in Scope A. I create a view of the Table 1 form in Scope B. Now I want to create a UI Policy in S...

Jon Barnes by Kilo Sage
  • 1963 Views
  • 4 replies
  • 2 helpfuls

Disable Cell Editing for a particular field

Is there a way I can disable cell editing for a particular column alone ? For eg : I am creating a custom column CustColumn for Incident table, I don't want to allow user to edit that particular column value from Incident List View. How can I do that...

anjanas by Kilo Contributor
  • 9247 Views
  • 3 replies
  • 14 helpfuls

email - no reply response?

I have several departments that strictly use the service portal to take incoming requests and incident creation, but they do use email notifications for ticket updates, etc.  They do not allow an email to initially create a request or incident.  We'r...

wbwb by Tera Expert
  • 2955 Views
  • 2 replies
  • 0 helpfuls

How to auto create Incident tasks for Incidents

I need to create 3 Incident Tasks for Incidents that have the following condition Initiate the workflow: Category as Hardware Subcategory as Printer Assignment Group will be PDS If the answer is yes to the following questions on the incident form the...

velvet by Mega Guru
  • 4023 Views
  • 4 replies
  • 0 helpfuls

How to add new sections without adding new tabs

I am designing a form with multiple sections but I want all of it to be on one page. In the form designer I will have Section A with various fields in it and then add Section B. However, when I exit and reload the form it had Section A and Section B ...

c_hayes by Giga Contributor
  • 3772 Views
  • 2 replies
  • 8 helpfuls

Running Script with Elevated Access

I have a simple bit of script the updates a configurable set of fields:///Pseudo Codevar gr = new GlideRecord(table);gr.addQuery('sys_id', id);gr.query();if (gr.next()){for each field/value {       gr.setValue(field, value);}gr.update();}Some of the ...

raprohaska by Kilo Guru
  • 3379 Views
  • 7 replies
  • 0 helpfuls

Resolved! How to convert string into JSON object in jelly script?

Hi,I am trying to read the table data using GlideRecord in the jelly script.GlideRecord query gives us data as in string format but I have one field in the form that holds the data as follows:[{"x":"y"},{"a":"b"}]<g:evaluate var="jvar_gr" object="tru...

vimal11592 by Tera Expert
  • 4833 Views
  • 6 replies
  • 1 helpfuls