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

Forum Posts

Resolved! Getting table values via GlideRecord

Hi all, I have a table called u_job_title with two fields.   On my catalog item, I have a Job Title field that looks up to this table. I have a Catalog Client Script that I would like to limit the department list based on if the selected Job Title c...

find_real_file.png find_real_file.png
MWright1 by Giga Guru
  • 1442 Views
  • 1 replies
  • 2 helpfuls

What all permissions approver_user role grant you?

As RITM and REQ approvals are not visible in ESC, I are planning to grant approver_user role to all active users.Not sure what all permissions approver_user role will grant to users.I just want to make sure that it is not granting any other permissio...

Resolved! Difference between "mark for deletion" and "delete column"?

Hi there, I want to delete a field from a table. It is a custom field. What is the correct way to remove it from the table and what is the difference between "mark for deletion" and "delete from column"? I have not been able to find any info on this ...

Resolved! How to add users to a list with Server Script?

Hi Everyone,   I am trying to add some functionality which adds users to a list through the service portal, however in the Server Script I had used gr.setValue()  Unfortunately this deletes all other entries to the list and replaces it with the one u...

Aeden Frost by Tera Contributor
  • 3915 Views
  • 19 replies
  • 1 helpfuls

Resolved! Dotwalked field value is not being accessed

Hello, I am attempting to dotwalk and get a value from another table in a client script. I am doing something like: var startDate = g_form.getValue('table.approved_start_date'); alert(startDate); My alert shows up as blank every time. I have tried it...

AM24 by Giga Guru
  • 2045 Views
  • 5 replies
  • 3 helpfuls

ATF Test step to test Activity field Entry

I am trying to Validate Activities whether it is capturing field value change or not. I tried Custom UI and Assert text on Page, but Navigating from default tab to Activities tab , i am not able to achieve through custom UI. Tried Record Validation, ...

Shilpa8 by Kilo Contributor
  • 1634 Views
  • 3 replies
  • 0 helpfuls

Resolved! onLoad() function call within onChange() - Client script

Dear experts, Is the following possible in one single onChange client script? I understand, we can have the onLoad as a separate client script. Task 1 - Validate some values of a checkbox to be true or false on load of a form and apply logic. Task 2 ...

Resolved! Confirm message on OnSubmit Client Script

Hello Experts,   I am trying to use a confirm message in my OnSubmit Catalog Client Script on a scoped application but the catalog item submits anyway even if I click on cancel. The message is currently inside a callback function of an Ajax call that...