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

Forum Posts

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
  • 460 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
  • 287 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
  • 222 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...