Form gird values do not appear immediately

Confluence User - 01 Jul, 2018

Hi,

I have a form gird that has a JDBC load binder. The JDBC loadbiner is;

select t.c_Role, u.c_Username, t.c_Project_ID from
app_fd_my_Team t inner join
app_fd_my_Users u on u.id = t.c_User_ID
where t.c_Project_ID ='#form.my_Projects.id#'

 

The form grid is on a Multi-Form Page with the following settings

When I create the record and click save on the parent form, no data appears in the username field (this field is from the SQL join). It only appears when I click to a different tab or when I reload the whole form. Is this normal and how can I fix this? thanks.

forms;formgrid

2


02 Jul, 2018
confluenceUser
confluenceUser

hi, if not wrong, the load binder is a server side processing. the form grid add is client side. So, it won't appear until u submit u form.

02 Jul, 2018
confluenceUser
confluenceUser

Hi Panda,

Thanks, would you know if there is a workaround or a fix for this?

Thanks

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print