Open custom Client Module instead of List page for my custom App (Freedom UI 8.3)

I've create custom page, but when I open Section from Workspace it opens a List Page for the object by default.

Can you please help:
1) how to open Custom page (Freedom UI) from Workplace instead of List Page

2) how to add a custom page with 4 tabs. Each tab contains 2 Rich text (one for text, another for image) fields and below one Lists (with different filter criteria for each tab) from another data source?

 

Something like this:

Like 2

Like

3 comments

Hello,

1) In order to open not the list page but another page with other elements, you can make changes to the list page and remove the elements you don't need

2) You mean that you can't add different datasources to one page? Perhaps the following configuration instructions will help you:

https://academy.creatio.com/docs/8.x/no-code-customization/customizatio…

Halyna Parkhomenko,

What I'd like to achieve:
BACKGROUD CONTEXT (ISSUE IS BELOW):
I have object Real Estate and use self reference and lookup ObjectType to build 2 layers hierarchy: ЖК (Real Estate) - Квартира (the same object Real Estate Object)

If Real Estate Object has :
1) ObjectType lookup = "Квартира" & Parent ЖК filed is populated with another Real Estate Object, then it is child Квартира
2) ObjectType lookup = "ЖК" 
& ЖК filed is Empty then it is parent ЖК

What I'd like to achieve
Have a Landing page to show 4 Tabs:
Each Tab contains 2 Rich Text fields to show description from related filtered by ID Real Estate Object (ЖК)  and Editable List of Child records ("Квартира")

Both Rich Text fields and should be  
I'm getting error as my Main source was selected


Like that:

ЖК 1 (Tab):
---------------------------------------------------------------------------------------
 Інфо про ЖК (Rich Text)            |    Генплан  (Rich Text)
                                                        |
                                                        |
                                                        |
---------------------------------------------------------------------------------------


Квартира (List):
---------------------------------------------------------------------------------------
Name  |  Price | Status | Description | etc...


Each ЖК should be on separate tab as shown on image above (Object 1, 2, 3)


ISSUE:
I'm getting issue when Editing Rich Text fields on List Page. 
After I reload the page those fields still contain previous value.

If I add Save button, then getting an error (mandatory field is empty) because it tries to save new record instead of saving updates to Rich Text fields of corresponding filtered records shown on the screen.


 

Leonid,

You can enable live data update for your object. Also, check out this post, as it may contain useful information for your scenario.

Show all comments