1
0
-1

How to access/save the Entered record in a Form Grid field vale using Hash variable that is not yet saved? 

On a Form have firstname lastname. Also have another field full_name. At the time of saving want to use hash variable to save the entered value separated by , 

I am able to access the record with record Id but not sure How to get the entered value that is yet to be saved ?

#form.emp.client.first_name[123]# ,#form.emp.client.first_name[123]


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Bilal

      If the data is not in database, the form #form.table.field# hash variable will not work. You could split your forms into two forms, save the first form then open the second form using the form hash variable of the first form, this will work.

      The other variables such as #currentUser.username#, #envVariable.varName# etc., will function in any situation.

        CommentAdd your comment...