Counterpart of all mobile Classic UI business rules in Freedom UI

Hi Community,

 

I could not find in Academy the exact counterpart of all mobile Classic UI business rules in Freedom UI. Any idea please?
 


Terrasoft.sdk.GridPage.setOrderByColumns

Terrasoft.sdk.GridPage.configureGroupColumn

Terrasoft.sdk.GridPage.configureSubtitleColumn
Terrasoft.sdk.Module.addFilter

Terrasoft.sdk.RecordPage.configureColumn

Terrasoft.sdk.RecordPage.configureColumnSet
Terrasoft.sdk.Details.configure
Terrasoft.sdk.Model.setDefaultValuesFunc
Terrasoft.sdk.Model.addBusinessRule

Like 0

Like

2 comments

Hello!

To use business rules in Freedom UI Mobile, you can:

1. Apply business rules on the entity level using the web designer.

2. To change sorting/filtering of data in a list, you need to modify the page metadata. You can find more details in the documentation:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/freedomui-mobile 

Best regards,
Kate

Kateryna Naboka,



Thank you for your reply. I need to apply business rules not on the entity level as these rules will be applied only in Mobile. How to achieve it? In Classic UI it is possible.

Show all comments