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
  • 4096 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
  • 9022 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
  • 11496 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
  • 3561 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
  • 5361 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
  • 3230 Views
  • 6 replies
  • 1 helpfuls

Resolved! Client script to change the background color of a field

Hello Team, Requirement Change the background color of a field in the incident/request item form when a specific condition is met. The field we want to change is the "Company" field. The company field in the incident table is a reference to the core_...

AEterni by Mega Guru
  • 10504 Views
  • 13 replies
  • 4 helpfuls