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

Forum Posts

Resolved! What is causing this missing New button on Incident related list

I have a customer whose user cannot see a New button on a related list on the Incident form. However I can see that button when I impersonate that user in DEV, TEST and PROD. This points to a local cache issue of some sort. But the user has cleared h...

Tony V by Kilo Sage
  • 5797 Views
  • 6 replies
  • 4 helpfuls

Reuse test for further steps without copying

Hi there, I am trying to find a way to reuse steps performed for a test (e.g. Impersonate, Open a New Form, Set Field Values, Submit a Form, Open an Existing Record) without copying the whole test into a new one. In our application we have to fill in...

danielaz by Tera Contributor
  • 1954 Views
  • 2 replies
  • 4 helpfuls

Resolved! OOB ACL and Custom ACL Iteraction

Hello People. Specific group (data_integrity) of users request permissions to edit Phone field on the Location form. However,  the Location is not editable for users due to the ACL which allows to edit Location only users with the security_admin rol...

find_real_file.png find_real_file.png find_real_file.png
zzsrvnow by Giga Contributor
  • 4499 Views
  • 13 replies
  • 6 helpfuls

Resolved! When to run Inbound email action - exact email address

Hi guys,   In the Inbound email action in the When to Run conditions I have a few conditions so that the inbound rule will trigger only if the Recipients, To and Copied matches a pattern which is an email address. So if the one sending the email is a...

find_real_file.png
Bogdan18 by Tera Guru
  • 3959 Views
  • 7 replies
  • 2 helpfuls

Resolved! getFields question

Hi, I'm trying to get the fields for any table. The following code snippet works for incident but not for pm_project. Any help is appreciated. var gr = new GlideRecord("incident"); gr.query(); var fields = gr.getFields(); gs.print(fields.size()); Reg...

Yusuf5 by Kilo Guru
  • 2486 Views
  • 4 replies
  • 2 helpfuls

Resolved! Need to create a report based on the created date of the incident

HI all,   I have a requirement where in I need to create a report based on the created date of the incident.   I have tried the same but the problem is when I group by created field it is showing like this,   Is there a way where we can show the rep...

find_real_file.png
rog by Giga Contributor
  • 3536 Views
  • 3 replies
  • 1 helpfuls

Resolved! Need to show/hide a field based on the check box variable selection

HI all,   I have created a variable set of with the type of variables as check box. Thre were 7 checkbox variables.   Now I have created another variable in the same variable set which is text field. Requirement: Now I need to show field only when a ...

rog by Giga Contributor
  • 5332 Views
  • 4 replies
  • 1 helpfuls

GlideAjax call multiple functions

Hello, I would like to ask for hint of solution over GlideAjax. I have UI Action, which works completely as Client side button and calls GlideAjax. In this Ajax script include is a very time consuming function, from fhich I would like to push some in...