I need to place a button under or next to one of the fields on the edit page, clicking on which will display the lookup list.
I need to open a lookup that is not related to the page, and I may need additional operations before that. This cannot be done by just adding a lookup field...MoreLess
At the moment, the synchronization does not complete successfully, due to the fact that the application (in the "Activities" section) contains a large number of files that the mobile application is trying to synchronize and as a result ends with a timeout error.
Ext.define("Terrasoft.configuration.service.UsrYourService", {
alternateClassName:"Terrasoft.UsrYourService",
statics:{
serviceUrl:"rest/UsrYourService/", // Name of your Service
yourAction: function(config){
var data ={...
How do I display another column in the "Accounts" list in the mobile app? For example, the "Address" coulmn?
Answer
Since the MobileAccountModuleConfig base schema cannot be changed, you need to create a custom UsrMobileAccountModuleConfig schema (in a custom package, create the page...MoreLess