Время создания
Filters
Connect
case
to
lot

How can I connect Case to Lot through UI. I know that an entry in the EntityConnection table is required to do so, but is there a way to do this through UI?

Like 0

Like

0 comments
Show all comments

When trying to add a date/time value on a mini page there is no option to set the time (after setting date). It works fine when going into main form page. Is there a known bug here?

Like 0

Like

3 comments

Hello!
Could you please provide screenshots showing the expected result and the current behavior, so we can better understand the issue?

Thank you in advance!

Show all comments (2)
Feed
FreedomUI
8.0

Hi.

Is there anyone experiencing problem in Feeds?

I tried adding a new entry in feed (contact) after I hit enter it shows automatically in timeline but in the Feed side panel it doesn't. 

I did try toggling Feeds open/close but did not work.
I did try Enable Live Update in Social Message but did not work.

I still need to refresh the page completely for it to appear. 

Open for suggestion.

Like 0

Like

0 comments
Show all comments
Compile_into_a_separate_assembly
OOTB

Hi,

I created a class UsrAccountAddressEventListener in my package. I want this class to inherit OOTB AccountAddressEventListener (Package CrtCustomer360App, assembly CrtCustomer360App.dll, Namespace Terrasoft.Configuration.CrtCustomer360App).

But because CrtCustomer360App is configured with Compile into a separate assembly, I cannot add a using Terrasoft.Configuration.CrtCustomer360App without a compilation error.

What can I do to fix this ?

Like 0

Like

0 comments
Show all comments
bpm. processes
script task
Studio_Creatio
8.0

Hello,

I am trying to invoke a business process from C# script. Below is my code, 

ProcessSchema schema = UserConnection.ProcessSchemaManager.GetInstanceByName("Cw AI Process");

Process process = schema.CreateProcess(UserConnection);
process.SetPropertyValue("RecordId", Guid.Parse("e308b781-3c5b-4ecb-89ef-5c1ed4da488e"))...MoreLess

Like 0

Like

3 comments

Hi,

You will find it in academy : https://academy.creatio.com/docs/developer/integrations_and_api/busines…

or do something like this :&nbs...MoreLess

Show all comments (2)