Solved

Mobile 2tables list view

  • 24 May 2021
  • 3 replies
  • 121 views

Userlevel 1
Badge +2

1.Can we display 2tables list in a single list?

Let's say part_usage and non_part_usage need to be shown in a list

icon

Best answer by PROHARIHP 25 May 2021, 06:36

View original

This topic has been closed for comments

3 replies

Userlevel 5
Badge +7

If I am not mistaken, a single list view in the Mobile App is configured to a single table.

Therefore, you can not have part_usage and non_part_usage listed in the same mobile view with the core configurations.

But, if you do code-level customization, listing the content of 2 tables for a single mobile view is quite possible. 

Userlevel 2
Badge +6

Hi @Gudulbaba,

Display 2 tables on a single screen are not possible in Mobile configuration.

If you want to use this for information purposes, you can create a view with the combination of 2 tables in the client application and create a Sync Rule for the same. Then create a list screen based on the view, So that you can able to see 2 table records in a single list screen.

 

Thanks,

Hari

Userlevel 1
Badge +2

1.Can we create a view in mobile sqllite data base for instant results? Because sync from FSM will take time

 

2. If I want to sync a view which is union of part_usgae and non_part_usage and there is no primary key in the view but based on 2 columns we can get uniqueness. Can we join and sync in FSM?

3. For the real time sync of the view do we need to join the view with task, part_usage and non_part_usage sync rule?