I obfuscated the real code numbers for these screenshots but the ones I'm using do match the field column code and the user task code so that...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.
Hello, When I log in to Creatio, then close the browser, reopen it, and try to access Creatio again, it turns out that I need to log in again. From what I understand, this is due to the fact that cookies are set to expire at the end of the session, so they are removed when the browser is closed. As a result, the system setting "UserSessionTimeout" is not being respected here. Is there any option to change this behavior?
Hello, This error may occur when you attempt to modify a package for which you are not listed as the maintainer. Modifying such packages is not permitted.
I have to create a concatenated field based on two other fields in the object. Ex. Officer full name from officer first name and officer last name. Is there a way to do it in Creatio? Thanks in advance!
An easy approach is to create a process that triggers on the record being added or being updated in the officer first name or officer last name...MoreLess
Entity-level calculated fields would be so helpful for these kinds of use cases. Needing to create business processes manually for every calculated...MoreLess
Could anyone please help me achieving the things below?
I have added two custom attributes in the client module.
One of lookup type and the other for text. As soon as the user selects the value in the Title Dropdown, the Description text field should be auto-populated with the corresponding...MoreLess
First of all, you'll need to have a change event for when the lookup attribute it selected, add something like this to the lookuip attribute: ...MoreLess
First of all, you'll need to have a change event for when the lookup attribute it selected, add something like this to the lookuip attribute: ...MoreLess
Have you tried adding a crt.LoadDataRequest handler to dump request.dataSourceName out to the console to see if you can determine the name of...MoreLess