Hello,

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?

 

Thanks in advance!

 

Regards,

Yasaswini

Like 0

Like

4 comments
Best reply

First of all, you need to add a module to add the customizations to. You can see how to do that here: https://customerfx.com/article/creating-modules-for-the-creatio-mobile-…

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.

Terrasoft.sdk.RecordPage.configureColumn("Account", "primaryColumnSet", "Type", {
    readOnly: true
});

Ryan

First of all, you need to add a module to add the customizations to. You can see how to do that here: https://customerfx.com/article/creating-modules-for-the-creatio-mobile-…

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.

Terrasoft.sdk.RecordPage.configureColumn("Account", "primaryColumnSet", "Type", {
    readOnly: true
});

Ryan

Thank you Ryan Farley,

Also, have another doubt. Can we disable the addition of new records for sections and details in the mobile application? If so how can we achieve it?

Ryan Farley,

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

 

Thank you,

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)

Show all comments

Hello,

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?

 

Thanks in advance!

 

Regards,

Yasaswini

Like 0

Like

2 comments

Hello,

 

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":

https://academy.creatio.com/docs/developer/mobile_development/customiza…



It is not yet possible to do this using oob tools. 

The developers have a task to simplify this process for users, we have fixed your case to the task in order to raise its priority.

First of all, you need to add a module to add the customizations to. You can see how to do that here: https://customerfx.com/article/creating-modules-for-the-creatio-mobile-…

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.

Terrasoft.sdk.RecordPage.configureColumn("Account", "primaryColumnSet", "Type", {
    readOnly: true
});

Ryan

Show all comments

Dear community, 

I am unable to log into Creatio's mobile application with Supervisor's credentials.

This is the error that occurs:

 

The error does not occur when I log into a demo environment. 

Anyone knows how to fix this issue and be able to access the application?

Thank you in advance.

Best regards, 

Clara

Like 1

Like

5 comments

Hello Clara,

 

Thank you for your question!

 

Please, perform the generation of the source code and once it's done, please, start the compilation.

 

Kind regards,

Anastasiia

Anastasiia Lazurenko,

Hi Anastasiia,

 

Thank you for your answer. I did the complitation but it did not work. 

 

What do you mean with 'perform the generation of the source code'?

I think I missed a step. 

 

Best, 

Clara

Dear Clara Fioranzato,



Please try to generate a source code for all schemas as on the screenshot below:



 

And compile the system:

 

 

Please let us know about the results.



Best regards,

Bogdan

Bogdan,

Thank you all, 

I did as you said. Unfortunately it has not worked.

 

The error persists and access is denied. 

 

 

Does anyone have any other suggestions or ideas about this issue?

 

Clara,

 

Please, contact our support team vie email support@creatio.com and provide us with a DB backup for further analysis.

 

Thank you,

Anastasiia

Show all comments