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

Forum Posts

Resolved! Help with User Criteria Advanced Script

Hello - I am working on a User Criteria requirement for a Catalog Item that I am adding.  We have a custom field on the sys_user table called:  u_job_code.   I only want users with a specific job code to see this catalog item.  This u_job_code field ...

jlaue by Mega Sage
  • 13656 Views
  • 9 replies
  • 14 helpfuls

addOption() in client script?

Hi all, I have a Client Script where I am adding Choices through addOption() but when I save the record the backend value is populating instead on Label.   g_form.addOption('u_available_phone', '10', ans1[0]);

Sid_Takali by Kilo Patron
  • 2642 Views
  • 6 replies
  • 0 helpfuls

Resolved! comments in flow designer

in flow designer action  , is there a way to combine two input  variables in one data pill to be the value  . As an example, input variable location = city data pill + state data pill 

Resolved! GlideEncrypter in scoped app

GlideEncrypter in scoped app? Create a new script include in the global context that takes your string value as a parameter and then use GlideEncrypter to do the work for you inside the script include function. You then return the the encrypted value...

Script Include returning null?

Hi all,  The following Script returning null value. I need consumer sys_id. Thanks in advance  Script Include -  var customerPhones = Class.create();customerPhones.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {     ConsumerS: functi...

Sid_Takali by Kilo Patron
  • 3077 Views
  • 10 replies
  • 5 helpfuls

MTTR Report

Hello All,I need to create a report wherein I need to calculate the time taken to resolve an Incident(typically , [Resolution time-(minus)- created time]).But the challenge I am having here is I am unable to exclude the time period when the ticket is...

monika94 by Kilo Guru
  • 4002 Views
  • 3 replies
  • 0 helpfuls

Error is coming while adding variable set in another catalog

Hello All, I Have created 2 variable set witch going to be use almost all other catalogs.  now I have created 2nd catalog in which I am adding same variable set but it's showing like below error I don't know why this error is coming plz let me know.(...

keval3 by Tera Contributor
  • 1659 Views
  • 5 replies
  • 0 helpfuls

how to use spModel in catalog client script?

Hello experts, I want to create a popup window when catalog item is submitting. In popup using spModel i want to create custom buttom like :-cancel and proceed without attachement and also in which on text field that is "tell me a reason" in same pop...