We have a requirement to trigger a Business Process from Client schema. Since our client also uses Creatio mobile application, we need to figure out in which schema we need to write the code for achieving the same functionality in mobile application.
Any inputs on the schema names for achieving the above functionality would be helpful.
Business processes in the mobile application can only be triggered from the event (signal) that is used in the process (record adding\modification). So if you open a record, change some column value, save this record and you have a business process in the system that is triggered upon column modification then such process will be triggered.
Unfortunately mobile application doesn't support manual triggering of the business process from the client code. But our R&D team already has a task to make it possible to do using standard mobile application wizard and I've already informed them on this community post to raise the priority of this task. Thank you for helping us in making the app better!
Kind of dummy question, but in the new UI, where is the "lookup element" that can be implemented? In configuration section, contacts are in "custom" package. Did not see a section page referring to contacts, Only form page seems to be valid. Relevant Image that I was expecting to find a custom "lookup element" that can be dragged/dropped is shared.
I want to update MaxFileSize and ActiveFileContentStorage using a query to save time. But whenever I tried to run the query from SQL Console it successfully update the values in the database but they are not reflected in the Creatio Portal.
When I add the query in the SQL file in advanced settings and run it, it updates the data in the database and in the portal as well. The problem is that it's not dynamic which will kill the purpose of using the query.
In other words, if I have to go and change the value in that file and run it again then we can do the same for the system settings as well.
The issue here is that these values are also storred in cache and direct updating of these values are not reflected in the cache. That's why you have old values after updating values from the database directly.
What should be done after updating values in the database is Redis flush. But this will lead to all users to be logged out from the system and obviously cannot be performed during business hours for the application (or users should be notified that the Redis will be flushed soon). After Redis flush new system settings values will be used when working in the application.
I recommend checking if you have properly connected the account with the new contact. Specifically, please verify the "Which column values to set?" button parameter and ensure that you are transferring the necessary values correctly.
By ensuring that the account and contact settings are properly aligned and the appropriate values are being transferred, you can resolve the issue and achieve the desired functionality.
Solving it with CSS styles is wrong and could stop working at any moment. It uses parts of CSS that are not publicly documented or checked for backward compatibility.
I have multiple edit pages for a section in classic UI and I want to upgrade my instance to freedom UI. How can I set up several form pages in Freedom UI for a section?
we have a Freedom UI page with an editable list component connected to an object. If the user has changed any record, the "Save all" button should be pressed to apply updates (see screenshot). Now we want to implement objects saving on "Apply changes button". Is it possible? We thought about similar handler as for refresh data, but for saving datasource:
Firstly, please make sure that you are working in Freedom UI before applying any changes. You may apply the changes directly through UI or via customizing the package contents.
If you would like to export your packages for further customization on other applications, you can find more information on this subject using this guide:
Unfortunately, you can't rename the package once it is already exported, renaming the archive wouldn't change the package name itself. You can try to rename the package when it is still in the dev environment in the SQL console changing the name of the corresponding record in the SysPackage table. We don't recommend to do this, however, if it is really needed you can backup the database, change the name, generate the source code for all and compile all. After that, if while testing the functionality no errors would occur you can export the package and transfer it.