Время создания
Filters

Hello Community,

We are experiencing an issue with calculated fields in Creatio using the HandleViewModelAttributeChangeRequest handler, as described in the official documentation.

The implementation generally works as expected, but we've observed a problem when users input decimal values quickly. For...MoreLess

Like 0

Like

1 comments

That is an annoyance (even worse for lookups since the change request fires as they are typing in a value, before they've actually selected...MoreLess

Show all comments

I am trying to update a decimal field using a formula (within a business process) which calculates two integer value fields. The result is getting displayed as either 1 or 0, so I am assuming I need to carry out some sort of (decimal) conversion. This is the query. Anyone know best way to achieve this?

(([#read 1.First item of resulting collection.Int1#]-[#read 1.First item of resulting collection.Int2#])/[#read 1.First item of resulting collection.Int1#])*100

Like 0

Like

2 comments

you can use Convert.ToDecimal( (([#read 1.First item of resulting collection.Int1#]-[#read 1.First item of resulting collection.Int2#])/[#read...MoreLess

Show all comments (1)
Parallel
execution
Financial_Services_Creatio_lending_edition
8.0

Hi everyone,

I am currently working on creating a custom service in Creatio, where I need to execute a large number of tasks and create records in multiple objects. These tasks take some time to execute, and to avoid any latency, I would like to execute these tasks in parallel, as some are independent...MoreLess

Like 0

Like

0 comments
Show all comments
Studio_Creatio

Hi;
I read an element from Preconfigured.Page on script task

The default value of this element is take from reading Task
when reading task return an empty entity in one environment it return empty string in other the addres to reading element

Like 0

Like

0 comments
Show all comments
Copilot
configuration
Studio_Creatio
8.0

Hello,

I have contacted customer support to enable the AI on my local deployment. I have made all the changes as mentioned by the support.
 

I have enabled co-pilot features.

I have set the system settings - IdentityServerUrl, DefaultExternalAccessClientId, IdentityServerClientSecret, IdentityServerClientId...MoreLess

Like 1

Like

1 comments

Hello Sagar!

Thank you for your post! We are already working on your case, which has been reported to our support team, and we will continue...MoreLess

Show all comments