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

Forum Posts

Resolved! Calling UI script from Client Script is not working

Hi! This is the onChange client script: function onChange(control, oldValue, newValue, isLoading, isTemplate) {var a = new FIG_get_message();a.show_message();    if (isLoading || newValue === '') {      return;   }alert('TEST 1); UI Script: var FIG_a...

Flow formatter chevrons - show/hide

Hello.  I have created chevrons for our Demand form using the Flow Formatters screen. If the State is equal to Rejected then I would like the Rejected chevron to show and the Completed chevron to not show. If the State is anything besides Rejected th...

What is exactly Left Outer Join in Database View

I created two tables in Database View like below here:=> Results returns to me 45,478 records which is normal because it returns matched records and all records in table Resource Aggregate Weekly (raw). Then, I updated the Left Outer value of resourc...

sieusaopolo15_0-1742007871209.png sieusaopolo15_1-1742008026114.png sieusaopolo15_2-1742008294453.png sieusaopolo15_4-1742008314066.png

New help on changing the variable label text.

Hello,I’m using g_form.setLabelOf('Old Phone Number', 'New Phone Number') method to dynamically change the label of a variable. While the label changes successfully on the portal, it doesn't update in the desktop view.  Could someone please help? Tha...

Resolved! Hiding a multi row variable set variable reference option

Hello everyone,I have a catalog item that includes a Multi-Row Variable Set (MRVS) named "new_tables", which contains a variable called "table". This variable is a reference to the sys_db_object table.I want to ensure that users cannot select the sam...