Mobile App Freedom UI designer pages won't appear

Hello all,

We are trying to configure new Mobile app pages using the new Freedom UI mobile designer in 8.3.2. The pages all exist and are connected to their respective apps but even after logging out and logging back in in the mobile app, the new pages do not appear.

Anybody else having issues with the new mobile app pages?

Like 0

Like

5 comments

Hi Kevin,

you can just add this section to Mobile Workplace in system designer

Hello,

We recommend using Freedom UI Mobile Designer only for newly created apps. Avoid adding mobile pages to apps that were created earlier.

In 8.3.2 version mobile sections are linked automatically to the main workplace when you create a new application or add a new section within the “Navigation and Sections” block.

However, if a mobile list page is added separately, you need to manually specify the schema UID in the SysModule table by setting the MobileSectionSchemaUId column via an SQL query, for example:

UPDATE "SysModule"
SET "MobileSectionSchemaUId" = 'UId of mobile list page schema'
WHERE "Id" = 'Id the same web section'

Please note that both web and mobile sections use a single record in the SysModule table.

For more information on Freedom UI Mobile Designer please refer to below articles:
https://academy.creatio.com/docs/8.x/mobile/mobile-app-setup/freedom-ui…
https://academy.creatio.com/docs/8.x/mobile/mobile-app-setup/freedom-ui…

So I would have to complete the above steps for an existing section, such as Cases? There is already a Cases Freedom UI section in existence for this instance.

Kevin Brady,

Yes, you're correct.

I will proceed then. This is a bizarre gap to go live with.

Show all comments