Also, that option for Freedom UI in mobile is controlled by a feature. I have a couple of systems where that feature never got enabled by upgrades and the option doesn't show. If it's not showing in your system, that could be the case also and you can check with support for which feature is needed for that (I can't remember the feature name that controls that)
I need urgent help from Creatio support - I have emailed support@creatio.com
All users of our domain are unable to access for more than 3hours.
It keeps stating we have entered an incorrect username and password - this is not possible for all users across all of our offices, I know for certain my credentials are correct.
Please try to send another email to support@creatio.com, make sure that you have entered correct mailbox address, or try to send an email from a different address so we could process your request.
is it possible to define start of scheduled process not in process itself (with Start timer element), but in some system settings or lookup, for example?
I don't need to determine when a timer will trigger. I need to start business process by some external timer (not starting signal), cause time of start should be calculated, not static
To achieve the desired functionality, the client can follow these steps:
Create a custom object:
Add a StartDate column to store the date when the process should begin. Design the process as illustrated in the provided diagram:
Configure the process to trigger when the StartDate column is updated.
Add logic to read the value of the StartDate column. Calculate the wait time in seconds using a formula such as (StartDate - DateTime.Now()).TotalSeconds. Use an intermediate timer to wait for the computed number of seconds. After the wait time, proceed to start the process.
We have tested this behavior and it looks like there shouldn't be a problem. We used the following scenario: 1) Created a custom package in which we created a replacement for the ActivityCategory object with the “Allow records deactivation” option enabled.
2) Created two test records through the lookups, for one of which we set the “Inactive” = true
3) Create a data binding in the package from step 1 for the ActivityCategory object, add the “Inactive” column to the data binding, and add two records.
4) As a result, in the exported package we see the created data binding with two records, for one of the records the Inactive attribute is set to true.
I wonder, how do I go about actually binding that configuration to the package i'm working on? So I can transfer the configuration from my dev environment to test/prod.
Unfortunately, in the current Creatio configuration, it is not possible to bind "Change Log" data to a package.
Change log information is stored for each entity separately in a "Sys<YourEntity>Log" view. For example, if logging is enabled for the "Account" schema, the activity is recorded in the "SysAccountLog" view.
However, it is not possible to bind view data to a package.
Unfortunately, in the current Creatio configuration, it is not possible to bind "Change Log" data to a package.
Change log information is stored for each entity separately in a "Sys<YourEntity>Log" view. For example, if logging is enabled for the "Account" schema, the activity is recorded in the "SysAccountLog" view.
However, it is not possible to bind view data to a package.
You'll need to contact support. I've had several systems that were missing the needed system settings to create the webhook links. They'll need to verify/add them.
I would like to inquire whether it is possible to add a new lookup value to the "Result" field in the tasks section. Additionally, I have observed that the "Result" and "Category" fields appear to be interconnected. Could you please confirm if their linkage is determined by the process? I have not found any related configurations in the page rules.
We’re currently using Creatio 8.XX as a SaaS solution. I’d now like to set up Creatio in my local environment for development purposes. Could anyone guide me on where I can download Creatio for local installation? I couldn’t find a download link for a zip file in the documentation.
Please advise what could be the problem. There is a business process where the start signal (trigger) is set to launch when the text field "CHErrorNotification" in Opportunity is changed. If I change the field manually, the process starts, BUT if I change it via code, nothing happens—the process doesn't start. As you can see in the examples, I'm changing it not through a query; the process should start.
I tried filling the field both during the save and after; in both cases, the field was populated, but the process trigger did not work. OnSaving OnSaved
Previously, and even now in other systems that I configured earlier, the process starts when such code changes occur. Regarding point 1, can you provide an example?