I have a custom section that i've added to the mobile app.
This section record module has a check box.
When i "click" the checkbox, the record is automatically updated with the value of the checkbox (in the backend).
I need to update other fields on the record page, jest before it sends the update to the server.. basically what i need is to "catch" the "onClick / OnTouch" of the checkbox field -> update other field based on the checkBox field value -> (continue)send the update to the server..
The best way of doing your task would be to create a custom mobile business rule on your checkbox field with the event Terrasoft.BusinessRuleEvents.ValueChanged.
You can find more about the business rules in this article.
There is any way to remove the button add from the list setup in the mobile? I need to perform this with code because I can't change permissions in the object.
Terrasoft.sdk.Module.setChangeModes("UsrMyObject", [Terrasoft.ChangeModes.Read]); so with this code the button really disappears? and also what do we enter the name of UsrMyObject?
I've this situation where I've developed a new page for the Creatio Mobile Application. This new page has a detail and a set of columns, as you can see on the following image.
My goal is to apply a "Required Field" business rule to this detail (marked as red) based on the values of a specific column inside this page.
In the actual version of the system business rules from the desktop, the platform is not transferred to the page in the mobile application. At the moment, business rules can be set with the help of development only.
We have the enhancement request registered by our R&D. It means the functionality will be implemented in future releases, although there is no ETA yet.
Such functionality wasn't developed for mobile application yet. We have registered an enhancement request so our R&D could consider its implementation in future releases.
Next You have to add business rule with calculation Qty*Price triggered when Qty or Product is populated inside new created module
UsrOpportunityProductInterestMobileBusinessRules
Unfortunately i don't have any similar example to share but You can analyse this module MobileOpportunityProductInterestModelConfig from Opportunity package