Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Expert Feedback loop issue

In Expert Feedback loop, I am still getting the landing page where it says"There isn’t enough data yetEither we’re still aggregating your users’ data, or you don’t have access to the data on this instance." All roles(ml_labeler,nlu_feedback_admin)  t...

Shivani_09 by Tera Contributor
  • 666 Views
  • 2 replies
  • 1 helpfuls

Time validation regex

HelIo,I need to create a field in the service catalog item as "time" type,so I tried to add regular expressions at variable Validation Regex, but it didn't work.I used : "^([AM]{2}|[DP]{2}|[DTO]{3}|[GBL TECH]{8}|[MF]{2}|[NIS]{3}|[US TECH]{7})([0-9]{4...

MaramA by Tera Contributor
  • 675 Views
  • 2 replies
  • 0 helpfuls

Create Record Producer to remove Delegate

I need to create a Record Producer that will delete a delegate record from a User record.This is the script I have so far. When I select a delegate to remove & I submit the request the delegate is actually added to the user record, not deleted.  

KatheCorbett_0-1724762126627.png

Catalog form

If we are searching for a catalog form in search bar we can see the form but if we are following the proper navigation path the catalog form option is not there. Can anyone think of a reason or solution?

SakshamB by Tera Contributor
  • 402 Views
  • 3 replies
  • 1 helpfuls

Hi All

I Have one question Related to User table. Whenever add new user In User table automatic Raised Request . Please suggest & Provided code   Thanks

basha shaik by Tera Contributor
  • 379 Views
  • 3 replies
  • 2 helpfuls

Have to add condition in reference qualifier.

I have created this query ''javascript: if(current.variables.assign_to_self == 'Yes') new global.ITWorkRequest().assignmentGroup(current.variables.requested_for);'' in my reference qualifier for getting the groups in assignment group field. Now...