The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Glide record query on workflow activity vars

I want to run a query on the wf_activity table to return all approval activities where the group variable contains a certain value.Here is what I tried, but it returns every approval group/user activity and doesn't filter on the group:var group = 'd3...

Kit Sanders2 by Kilo Contributor
  • 2927 Views
  • 3 replies
  • 1 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...

glide.script.block.client.globals

 Error:- New client-scripts are run in strict mode, with direct DOM access disabled. Access to jQuery, prototype and the window object are likewise disabled. To disable this on a per-script basis, configure this form and add the "Isolate script" fiel...

Srinivas21 by Kilo Contributor
  • 5370 Views
  • 1 replies
  • 0 helpfuls

Resolved! submit button as save button

Hello Experts, I need your help. I want the submit button on the change request to work like a save button but i don't see any ui action for it. I have made a separate save button for the purpose but unable to remove the submit button from the page. ...

sc_task approval request

Hi,  we in the process of creating a new department employee catalog item that users will fill out and state what access they will need.  we have created a workflow (Dept1 WF) for this item that will create sctasks depending on the variables selected...

find_real_file.png
Pnut by Tera Contributor
  • 1822 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to Make field mandatory with business rule and UI action ?

HI , I have a requirement to make due date mandatory when state changes to submitted , I am trying to implement this with Business rule and UI action , can you please help me with this  Business rule: what should i write in advance script ?   UI acti...

find_real_file.png find_real_file.png
RudhraKAM by Tera Guru
  • 18918 Views
  • 5 replies
  • 9 helpfuls

Client Script to set location of user

Hello, Issue: I have a catalog item with a location field which I want to be set on load based on requested_for location. More specifically I want the parent location displayed. Client script is: function onChange(control, oldValue, newValue, isLoadi...

find_real_file.png find_real_file.png
RRolling by Tera Guru
  • 2565 Views
  • 2 replies
  • 11 helpfuls

Resolved! Display values from reference field in a text field

Hello all, I have a catalog item im working on where im trying to populate some information based on the user in the requested for field, things are working except the location field and the manager field, can anyone spot what is wrong with my client...

find_real_file.png
othomas1 by Kilo Guru
  • 2326 Views
  • 7 replies
  • 16 helpfuls

Resolved! Which Table Are The Datasets Stored On?

Hello, I am trying to find the table that datasets are stored on and view it in list view. For example, reports are stored on the sys_report table, dashboards are stored on the pa_dashboards table, and dashboard tabs are stored on the pa_m2m_dashboar...

JosephW1 by Tera Guru
  • 2728 Views
  • 2 replies
  • 6 helpfuls