Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

glide evaluator

getDynamicValue: function(valueString, table, record, displayValue, doNA){        var returnVal = valueString;        var regexp = /\{([^}]+)\}/g;        var toReplace;        while ((toReplace = regexp.exec(valueString))){            var replaceVal;...

RiteshI by Tera Contributor
  • 2442 Views
  • 11 replies
  • 0 helpfuls

Survey Field validation

Hello Team,How can we create a new field validation on any survey assessment field.For example,Below is the field, which is working fine, which has field validation which is OOTBThere are total 4 field validations OOTB as shown below Please can you l...

PrajwalGVaish_0-1724136890458.png PrajwalGVaish_1-1724136964084.png

SamPro

Is there a SamPro icon, or is SamPro a module within ServiceNow that populates data in the Software Asset Workspace and License Position Report?

Resolved! How to hide the price on the AI search page (ESC)?

How can I hide the price for the catalog items when using the AI search via the Employee Service Center?I've already set the property 'glide.sc.price.display' to 'never', which removed it from other widgets successfully but it doesn't change anything...

price.png

Adding a validation check on a survey question whether the question value is empty before submitting a survey in service portal

Hi, We have a requirement where we have a survey in the service portal which contains a comment field or question. We want to add a validation on the Comments Question in the survey form before submitting the survey.The validation will check whether ...

Inbound action to Store user list from .csv attachment

Hi Team, Requirement is - customer send an email with an .csv attachment with user list (they will send only user ID in the attachment), once we received the email, we need to read that attachment and store the user list in the company's (already we ...

GD00609570 by Tera Contributor
  • 853 Views
  • 1 replies
  • 1 helpfuls