Время создания
Filters
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)

Hi Team,

We are trying to automate the data import process in every page (for every data models) of Creatio, instead of manually selecting and importing the excel data into creatio. Is this possible in creatio? If possible to automate what would be the requirements ? Please let me know.

Like 0

Like

1 comments

Anybody can help on this ?

Show all comments

Hi Everyone,

I have a List page connected to my page-level data source. Each of these records also has related entries in the SocialMessage table, which stores comments and likes for my records. I want to show Number of Likes count and Number of Comments count on my List view, alongside fields from...MoreLess

Like 0

Like

0 comments
Show all comments

Hello everyone,

I am trying to implement a permissions model for a collaborative application in Freedom UI, where different users interact with a record based on their role as explained below -

  1. Author – The user who creates the record.
    • Can create new records.
    • Can edit all fields of the records they...MoreLess
Like 0

Like

2 comments
Best reply

Hello,

Please note that the "Use operation permissions" dictates the main overall rights for the object. If you remove the "Edit" right there...MoreLess

Show all comments (1)