Display value in view while opening the form

  • 13 April 2016
  • 1 reply
  • 2 views

Badge +4

Hi,

 

I have developed a form having two views with master and child relationship data. After opening the form in run mode the master view populate the data automatically, and clicking on any master data, it's corresponding details record set display in the child view. This i have achieved by using event 'When master_view executed List item click ' then action 'execute the child_list' configuring the parameter.

Now my requirement is,  i would like to achieve followings :

 

1. when the form first open in run mode, populate the child record set automatically for the first master record.  -- how to implement want to know from Forum

2. And then click on any master record, populate it's corresponding details  -- already done by my self.

 

 

Thanks with Advance,

JD

 

 


1 reply

Badge +15

Hi,

 

 

The event rule you are looking for is "When the form raises an event". To be more specific, after you have added that rule, you should be able to select an event called "Initialized". So whatever actions you want the form to take after it has been loaded, you dump it under the "When the form is Initialized rule".

Reply