Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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
  • 2305 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...