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

Forum Posts

Resolved! How to validate Details in Sections on Form

Hello All, I need to validate details available in section of form.Below I have opened a SLA definition. I want to validate details available in Start condition,Pause Condition which are sections on form.Is there any way to take control of sections t...

VedikaBenadkar_0-1704963530870.png

Pop-up or Alert message

How can we create a popup or alert message without including the background value or name? Any suggestions from you all..? please provide an example.

Ramesh_143 by Giga Guru
  • 489 Views
  • 3 replies
  • 1 helpfuls

Resolved! Flow Designer for Project

Hi Everyone,I created a flow designer that will store the data from stakeholders table to project table field.  My question is If I remove the data on stakeholders table how can be also remove it on the project table field ? Here is the output. Lets ...

JeckManalo_0-1704854340595.png JeckManalo_1-1704854424173.png JeckManalo_2-1704854434743.png

Not render Content In GlideDialogWindow

Clinet Sript :function onChange(control, oldValue, newValue, isLoading, isTemplate) {if (isLoading || newValue === '') {return;}//Type appropriate comment here, and begin script belowvar selectedType = g_form.getValue('type');g_form.addInfoMessage("s...

payalpatel26_0-1704743999100.png payalpatel26_1-1704743999231.png

Resolved! Getting an error on incident form

Lets consider there are two usersUser 1User 2User 1 have an admin role User 2 doesn't have admin role. There is incident created by user 3 then user 2 open the incident and he can see the error on the top of the incident form like "Read operation on ...

ak49 by Tera Contributor
  • 470 Views
  • 2 replies
  • 1 helpfuls

Resolved! Not Get response From Server Side Script Include

var FetchPromptStrctureBasedOnChangeServiceType = Class.create();FetchPromptStrctureBasedOnChangeServiceType.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {    // Function to fetch questions based on the selected type    getQuestions...

payalpatel26 by Tera Contributor
  • 784 Views
  • 22 replies
  • 0 helpfuls

Catalog Item not searchable in Service Portal

Hi Team, Catalog Item not searchable in Service Portal even though have attached catalog,category and set the Visble Everywhere to TRUE and Hide on Serviceportal to FALSE and also there is no specific criteria as well but still no luckNote: All these...

raj99918 by Tera Contributor
  • 418 Views
  • 7 replies
  • 1 helpfuls

Resolved! Issue related to multi-row variable set

Hi All, I have configured the requirement where we are using MRVS to populate table records on the catalog form based on requested for but there is one issue many user have more then 100 records in custom table and it's bit difficult to review all th...

Gayatri0506 by Tera Contributor
  • 325 Views
  • 1 replies
  • 0 helpfuls

parent child incident

Hi All, how to create parent child incident and what is the script and flow for this.And in child incident/task do we need to create additional fields.