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.

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

Forum Posts

Resolved! Creating UI Action in Scoped Application

I'm creating my first scoped application. I get the overall concept but still struggle at time to know when a customization is allowed and when not.I'm currently looking to add a UI Action to the Update Set table. It appears I can add business rules ...

find_real_file.png
raprohaska by Kilo Guru
  • 3357 Views
  • 5 replies
  • 1 helpfuls

Resolved! How To Reuse Client Side Script Code

Hi I've written a short client script to change the colour of a selection value form field when the value changes. It works well, but I want to use the same code across quite a number of form fields. How can I put this code into a client side functio...

David165 by Mega Expert
  • 7163 Views
  • 18 replies
  • 4 helpfuls

Ui Page:validation in ui page

In Client script of UI page I wrote this :function onSubmit(){var comm = document.getElementById('addComments').value;//var comm = gel('addComments').value;if(comm == ''){alert('Please fill Comments ');return false;}else{alert(comm);g_form.setValue('...

Resolved! How to check the details of the application scope?

Hi, I have an application scope with the same name on an instance, is there any way to tell the difference? I would also like to know if you know where the application scope is controlled and managed.   Best Regard.

Risa4 by Tera Contributor
  • 8732 Views
  • 2 replies
  • 4 helpfuls

Resolved! Making an attachment mandatory and auto checking the checkbox.

Hi All,  Wanted your help for my requirement where I have to use Script Include and an OnSubmit client script using GlideAjax.  Requirement is : 1. I have one checkbox in my catalog item so when i check the checkbox without adding the attachment whil...

Isha1 by Kilo Contributor
  • 2276 Views
  • 14 replies
  • 5 helpfuls

Resolved! I want to hide "email" on "more option" button

Hi ! "Email"  is  displayed  on incident form on "more option" button .  I want to hide it  for only  incident form  and for a specific condition.    I  tried to configure the ACL, but it does'nt work.  The result is  that "email"  desappear always ...

Arnaud5 by Tera Contributor
  • 3866 Views
  • 7 replies
  • 5 helpfuls

Resolved! How to add action Clone/Copy button for Variable Set

Kindly help in how to add Clone or Copy action button for Variable Set in Record Producer. I need to copy the records or values of one row of variable set and create a new row entry in same variable set. this action must happen before submission of m...

find_real_file.png
Nirmala B by Giga Contributor
  • 2397 Views
  • 6 replies
  • 1 helpfuls