We have upgraded the production environment from version 8.0.6 to 8.1.4. During the upgrade process, we encountered some errors in the log files (see below), but the upgrade continued to the latest version (8.1.4).
I’m working on a solution that automatically adds 15 minutes to the StartDate and assigns this new value to the DueDate attribute in Creatio. The issue is that although the logs show the correct date (after adding 15 minutes), the DueDate value is not updating on the page, and I still...MoreLess
First of all, are you sure the attribute for DueDate is really DueDate? I'd start with making sure you're using the correct attribute name as...MoreLess
It actually turned out that the attribute had a different name , but in addition I had to leave the ‘await’ const startDate = (await request...MoreLess
Hello Hanna, thanks for the response. In case user does no change to the page, but just views data related to some object, will Change log record...MoreLess
An easy way to accomplish this is to just use a process with a signal of Activity added with Type=Task, Category=To do, Lead is filled in. Then...MoreLess
I have created a business process that reads in the creation and modification of a project id and project manager,
I then wanted to change the permissions so that only the project manager could delete it, but during the execution of the process the values still remain on true ...MoreLess
Are you sure the remaining access rights for All employees role is not "Deny"? I believe that process element won't technically remove the access...MoreLess
I was able to successfully set the rights for the employees according to the instructions; interestingly enough, the rights edit page does not...MoreLess
I'm trying to filter records of one list by the selection from the other. The example is:
I have a Contract record. On the Contract record I added an Invoice list (related to Contract). Under the Invoice list I have a list of Invoice Items (related to Contract and to Invoice, each Invoice can have...MoreLess
Yes, as Ryan says, it is possible to configure this in Freedom UI without code. You can see an example of this in the screenshot above - you...MoreLess
Yes, as Ryan says, it is possible to configure this in Freedom UI without code. You can see an example of this in the screenshot above - you...MoreLess
I'd like to compare Product previous price after user update the product price, if the price change, I can use BP to notify related user . So, I add one column into product (UsrPreviousPrice) , and try to store the product previous price in it.
However, I am new in object event handling and c#, but I believe it will help solve the issue, right now I don't know how to write the script task part. Please help clarify any errors.
Today I saw in Creatio 8.2 something long awaited to be available in Freedom, the rule that allows you to designate a formula to a field.
But :-( when trying to designate a formula to a field, it doesn't allow me to do so and apparently what I saw is ‘on hard’ and it is not possible to add this element...MoreLess
We're currently developing and customizing pre-existing applications in Creatio, and we’ve encountered an issue that we need your assistance with.
For example, when we purchase the Sales module, Creatio comes with an Order Management app and others. We need to customize it by adding new columns...MoreLess