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

Forum Posts

Resolved! How to stop creation asset for virtual servers

Hi everyone, What i need to do is stop creating assets for those ci's who has the field "Is Virtual" filled this field is on the server classes. for this I update this 'OOB' Before Business Rule "Create Asset on Insert"  1.var ca = new AssetandCI(); ...

find_real_file.png find_real_file.png find_real_file.png
Jorge9 by Tera Contributor
  • 2095 Views
  • 1 replies
  • 0 helpfuls

how to print display value of field in client script?

Hi i am trying to print Assignment group filed value ,i have tried as below but not working   var group1 = g_form.getValue('assignment_group');   var group2 = g_form.getDisplayValue('assignment_group');   var   group3 = g_form.getDisplayBox('assignm...

Resolved! Client Script - Save form before Redirect

I have set-up a redirect from an on-submit client script but I need to save the form before I redirect, currently this just hangs.Here is my client script... function onSubmit() {       if(g_form.getValue("assignment_group") == "a4429af10a0a3c2800b...

glide.script.block.client.globals

 Error:- New client-scripts are run in strict mode, with direct DOM access disabled. Access to jQuery, prototype and the window object are likewise disabled. To disable this on a per-script basis, configure this form and add the "Isolate script" fiel...

Srinivas21 by Kilo Contributor
  • 5892 Views
  • 1 replies
  • 0 helpfuls