Hi,

I have created a button in ActivitySectionV2.
This button appears on all entries in this section.

But when you click on this button, nothing happens.
Please let me know how to fix the error.

Code:

define("ActivitySectionV2", ["ProcessModuleUtilities"], function (ProcessModuleUtilities) {
  return...

MoreLess

Like 0

Like

1 comments

Hello,
If you want to add a button to an action menu for the active row, the regular approach will result in the error you received.
Here you...MoreLess

Show all comments

How to create a new custom package in Creatio ?

I am working on the Analyst Certification

Like 0

Like

9 comments

Before creating the package set the prefix for new schemas and the package in System settings and reload the browser cache.

From the Application...MoreLess

Show all comments (8)

I have a validator function with the "async" flag set to true.  It is working however the error message is not showing when the record is saved and the validation fails.

		viewModelConfigDiff: /**SCHEMA_VIEW_MODEL_CONFIG_DIFF*/[
			{
				"operation": "merge",
				"path": [
					"attributes"
				...

MoreLess

Like 0

Like

1 comments

Hello,

We've reproduced the issue in 8.1.3 and the only possible way to use the validator now is to use it synchronously (using "async": false)...MoreLess

Show all comments

Hello,

Is there a way to design radio buttons in a detail columns in freedom UI?

I wanted to implement a functionality  such that user can only select option from two columns (exists, not exists)

Any suggestions are really helpful.

Thanks

Gargeyi

Like 0

Like

1 comments

Hello,

today i did a process publishing on our test instance (version 8.1.2.3914),

an error showed up after that :

[{"Line":98,"Column":91,
"ErrorNumber":"CS0618",
"ErrorText":"'SecureActivityEmailSender' is obsolete: 'Use SecureActivityEmailSenderBase class. The current class is left for backward compatibility'"...

MoreLess

Like 0

Like

2 comments
Best reply

Hello Patrice,

The message you have received is not an error but a warning about the method's obsolescence (it means that the method will be...MoreLess

Show all comments (1)

I installed an application(Freedom UI) from the other instance. Prior to installation, I ensured that the data binding was correctly set up to ensure the lookup is connected to the export application.



After installing the application on the new instance, the lookups are functioning properly. However, I am unable to make any changes, such as adding a color column or other columns in the lookups (Data model objects).



Please assist in this matter.

Like 1

Like

1 comments
Best reply

Hello,

After installing a package on another environment, it gets locked, and you cannot make changes there.

Currently, this is the expected...MoreLess

Hello,

After installing a package on another environment, it gets locked, and you cannot make changes there.

Currently, this is the expected...MoreLess

Show all comments

Hi Academy,

We would like to understand if it is possible to distinguish between activities imported from Outlook (calendar synchronization) in Creatio, from those activities that are opened directly in Creatio. Can you help us?

Thank you in advance!

Like 0

Like

1 comments

Hi,



No, there are no clear markers indicating the difference between imported activities from Outlook because it involves two-way synchronization...MoreLess

Show all comments

Is it possible to sort the quick filter list you get displayed with code in Freedom UI? I can see there is no way to do it through no code currently, but is there a handler that can be overridden to add sorting to the resulting list? Would be very useful in some circumstances. Maybe it will be done on the load data step using crt.LoadDataRequest in some way? Not sure what the config items that would need to be added to the request would be though.

Like 2

Like

3 comments

Hello Harvey,

Could you please elaborate on your business task? 

Show all comments (2)

How do we resolve this error insert or update the table "UsrSalesInfo" violates foreign key constraints and what is this code "FKEJfjpa4vcAfSKimC9hWFxF6Gxm8" showing in that error

Like 0

Like

1 comments

Hello!

The error message you're receiving, "UsrSalesInfo violates foreign key constraints," indicates that there is a problem with a foreign...MoreLess

Show all comments

In this post Anhelina refers in a comment to setting a global flag in a custom field change handler, and reading the value in a validator function.

How do I create a global flag that can be accessed in a validator function in a client module?

Thanks in advance,

Like 0

Like

2 comments

Hello Gareth,

My comment was as an idea of how it might work but not a solution. Unfortunately, we currently have no official way to implement...MoreLess

Show all comments (1)