I have a use case where I need to make every field in every section of a mobile application read-only for every user in freedom UI. How can we accomplish it? Can someone help?
Then, you can add the following to the module, in this example I've made a module for the account edit page and this will make the Type field read only.
Then, you can add the following to the module, in this example I've made a module for the account edit page and this will make the Type field read only.
I have tried the implementation but it's still editable in the mobile application. I followed the steps in the Manifest module in the Models section under the PageExtensions I have added the module I have created as shown in the screenshots below
Often after adding code in modules for the mobile client you have to open and save the mobile wizard before the clients will get the change (it sets something to notify the mobile clients that there are changes to retrieve)
I have a use case where I need to make every field in every section of a mobile application read-only for every user in freedom UI. How can we accomplish it?
Column settings in the section wizard are not transferred to the mobile application, same as business rules. You can only make a field read-only via development.
A detailed description can be found at the Academy, property "ReadOnly":
Then, you can add the following to the module, in this example I've made a module for the account edit page and this will make the Type field read only.