I have written a business rule that, when a boolean field has been set to true in the mobile app, stores the current timestamp in another separate date/time field:
I am trying to create a mobile app which has custom buttons which, when pressed, record a timestamp. I have created a new workplace in the mobile application wizard and have added the section where I want to include these buttons. When I generate this section, four client modules are created...MoreLess
Hello, The process of adding a new button in the mobile app involves creating your own remote module, basically, the list of things you need...MoreLess
Hello, I recently started working with Creatio Mobile. I have downloaded the files and was able to create the Creatio APK through the SDKConsole utility. I have a question: how can I add a page within the application? I see that most of the app is based on WebView. My goal is to import a library from Pub.dev (in my case, call_log) and implement it to display the data on a page within this app.
If anyone could help me, I would be very grateful. Thank you.
When making changes to the section list and/or section pages for the mobile app, should I create a new packages or is it ok to leave the current package as "custom" and make the changes via the mobile application wizard?
Hello, I would like to get assistance on how to implement the "Account Addresses" detail within contacts section, inside activities for the mobile app. When you view a contact in the mobile app and see their addresses in the "Account addresses" detail you can click the address and it will open the native...MoreLess
We've been working on creating custom branded mobile applications for android and iOS. Still working on finishing iOS, but Android is done, with the exception of one issue that I cannot resolve. Everything is branded using our images, with the exception of the launcher icon...MoreLess
Is there a way to sort a detail by a specific field in Freedom Mobile? I'm using this approach that works in Classic, but it does not seem to work when I switch to the Freedom version:
I have a case when after trigger record.save() on the page I want to reload the embedded details. The record is saved correctly and entered on the success method. How can force the reload of the store for the detail?