Reg Record Data Sync of Database View

Certified Senior Developer

Hi All,

I am using a record to show the data in read only grid along with selection.

I have to use a database view as a source for record,along with user filters,export to excel functionalities and search box.

Since it is a view,I am unable to do the Data sync.But it lands in a performance issue as it takes more time to load.

Is it possible to do Data sync for a view?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Peter Lewis

    Thanks Stefan and Lewis for your response!!

    My scenario is like we have to show the list of data from a record view to the user in front end in the UI by using a grid with the flexibility of selection,export excel,user filters everything.

    If the user selects 2 rows among the list of available rows,then we write those selected row data in our table.

    For example,the view contains the list of contracts data which is present in another schema tables.We are creating a view in our schema from those tables.

    Our requirement is like the user have to select the data from the list available in view and have to proceed further.

Children