Skip to main content
March 15, 2022
Question

Read only grid issue

  • March 15, 2022
  • 3 replies
  • 0 views

Hi all,

I am facing one issue in read only grid where i have 5 columns in that grid, one column name is Reviewer( who reviews the form).

After filling the details in the form and submitted it to the reviewer, the reviewer column is not updating in that grid.

Ex:

I have added "Ravi" as reviewer.

After refreshing the page, the reviewer column data is updating as "Ravi" before that its not updating.

Requirement:

Reviewer column has to update when i submitted the form.

Note:

We are using one expression rule where the data is coming from database to the grid in that rule the reviewer column data is updating as "Ravi" but in the

grid its not updating.

While other columns are updating as soon as i am submitting the form.

3 replies

March 15, 2022

Can you share code so that it would be easier to identify the problem.

gopalk2865
Participating Frequently
March 16, 2022

Hi, can you check if reviewer name is getting saved in db or not? If it's getting saved then after query try to see the data . If you see reviewer name in the data then check how reviewer column is configured in the grid. I hope it helps.

viraty527193
March 16, 2022

The possibility is the data that is populating the grid is not fetching the latest data, can you please tell me what is the data source populating this grid is it a query entity or a record.

If it is a record, please check whether the data sync is on or not.

If it is a query entity, make sure it reloads every time the form is submitted.