Hi Team, 

 

Im trying to add a new section in the mobile but the delete button is not showing even when the operation permissions are added. Any ideas?

 

 

 

I check the method in mobile and page seams to be permissions

 

Like 0

Like

1 comments
Best reply

I added manually and works 

Terrasoft.sdk.Actions.add("UsrSection", {
    name: "Delete",
    actionClassName: "Terrasoft.ActionDelete"
});

 

I added manually and works 

Terrasoft.sdk.Actions.add("UsrSection", {
    name: "Delete",
    actionClassName: "Terrasoft.ActionDelete"
});

 

Show all comments

Hi Team, 

 

Somebody knows how to change the fields displayed in the calendar view for the mobile app?

 

Like 0

Like

1 comments

Hello Federico,

 

Currently there is no such a possibility and we will create a suggestion for our R&D team to add this feature in the mobile app wizard in one of the next releases. Thank you for helping us in making the app better!

 

Best regards,

Oscar

Show all comments

Hi Community, how are you?

We have own package configured as seen on the image below:

 

In this environment we are using this addon: https://marketplace.creatio.com/app/field-sales-creatio

We made customization for mobile (Account, Contacts, Opportunities, etc. ) that are working as expected on the default workplace. In this workplace we cannot use Field Sales, so we change to Field sales workplace. By default Field sales workplace only include activities so we included account, contact, etc. The scenario right now is:

  • If we use default workspace we see our customization but activities is standard without field sales functionality
  • If we use Field sales workspace we can use field sales functionality but our customization on Account for example are not visible (we see the standard account)

Our goal is to combine Field Sales add-on functionality with our customizations. We thought that this was something that was given implicitly since in our package we inherited from field force.

Appreciate any help.

Thank you

 

Like 0

Like

3 comments

Dear Uriel, 



In this case, depending on kind of customization you made you need to check MobileManifest and Modules you are using for DefaultWorkplace and try to copy them and their content into respective modules and manifests for Field Workplace. 



Basically, workplaces in mobile are different applications and in this case you will have to manually transfer the needed changes. 



Kind regards,

Roman

Roman Brown,

Thank you!

I tried but I couldn't. It takes me some changes yes and others no. Do you have any example of this?

Regards.

Uriel, 

 

Unfortunately, there is no examples we can provide you with as there can be different variations of customizations made. The general recommendation would be to perform all the manual changes you need to make in Mobile Application Wizard before modifying the code in schemas, because saving changes in wizard will override your customizations. 



Once all the fields and sections are added, you can proceed with transferring customizations in code. 

More information on customizations can be found in this academy article and all other articles related to it:

https://academy.creatio.com/docs/developer/architecture/microservices/m…



Best regards, 

Roman

Show all comments

Hello Team,

 

There is any way to add by default % % in the search of a section? The Idea is no to enter the whole text for search an account. We have any controller to change?

 

Like 0

Like

1 comments
Best reply

Hi Federico

 

You need to add this property at the beginning of the Manifest:

 

{

"PreferredFilterFuncType": "Terrasoft.FilterFunctions.SubStringOf",

....

}

 

Best Regards, 

 

Bogdan L.

Hi Federico

 

You need to add this property at the beginning of the Manifest:

 

{

"PreferredFilterFuncType": "Terrasoft.FilterFunctions.SubStringOf",

....

}

 

Best Regards, 

 

Bogdan L.

Show all comments

Hello,

 

I am trying to get a link in Activity section to redirect to Order section directly by tapping on it. I have attached a screenshot ahead.

 

Please let me know how to implement this.

Like 0

Like

1 comments

Hello Malay,

 

Please open the mobile application wizard and simply add the "Orders" section to it:

And relogin to the mobile app.

 

Best regards,

Oscar

Show all comments