My question concerns changing the button availabillity without updating the list – kindly advise where I can learn about the sandbox message implementation feature?
Answer
There are a lot of examples of sandbox message implementation in bpm'online. The BasePageV2 and ...MoreLess
Ext.define("Terrasoft.configuration.service.UsrYourService", {
alternateClassName:"Terrasoft.UsrYourService",
statics:{
serviceUrl:"rest/UsrYourService/", // Name of your Service
yourAction: function(config){
var data ={...
Can we configure calculating the response/resolution time from the moment of assigning a case assignee (it is now calculated from the moment of registering a case)?
Answer
The date of calculation is performed at the moment of changing the Service in the onServiceItemChanged() method when...MoreLess
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