Hi there,

I'd like to add a custom filter to the activities calendar:

There are two filters needed - "+1 day" and "-1 day". My filters should calculate the selected day plus or minus 1 day.

The question is how to add that and where can I find the logic of the current filters listed above?

Like 1

Like

4 comments

It's also missing the basic : 

Previous Year
Current Year
Next Year



Especially that we have these options in advanced filters 🤨

Show all comments (3)

Hi all,

In the application we are building we have necessity to have Rich Text field that need to be filled with log descriprion (400/500 characters). The content of this field is not all visible in list section. Because of this we are asking the following:

  • - In a list Section is it possible to increase...MoreLess
File attachments
Like 1

Like

1 comments

Hello!

Unfortunately, this feature is not available in the basic build.

At the moment, this can only be implemented through development methods...MoreLess

Show all comments

Dear,

Each time we create a new opportunity, the stage history is allready filled with wrong data.

Some stages are indicated even if the opportunity did not use the stages.

I tryed to disable all process launch at the opportunity creation but the stage history is still filled in :

Opportunity Stage

Does somebody have an idea where from this problem can come from ?

The default opportunity Stage is "Découverte".

Thank you !

Nicolas

Like 0

Like

1 comments

Hello Nicolas,

This behavior is absolutely correct: now all the stages from DCM, which were before the current stage, are presented in the...MoreLess

Show all comments

Hi all,

It seems that a Rich Text it's not editable in a list section (please refer to attached file).

Is this a default behaviour? Is there a way to configure it editable in a list section?

Best Regards

Stefano

File attachments
Like 1

Like

1 comments

Hello Stefano,

There is no such option for now. However, we've registered it in our R&D team backlog for consideration and implementatio...MoreLess

Show all comments

Hi, new to Creatio and have a very specific need.

When our contacts become customers, we manually change their status field value in Creatio to "Active" and assign a "Subscription Level". They are active for one year a time. We have a separate Directory website where we want these Active customers...MoreLess

Like 0

Like

1 comments

Hi,

You can set up integration on the site using basic methods or custom methods.

Depending on the need, transfer the necessary data from one...MoreLess

Show all comments

Hello everyone,

 

I hope this message finds you well. I am currently facing a challenge in Creatio and would greatly appreciate your expertise and insights.



I am looking to create product bundles within Creatio, but it seems that there is no direct functionality to do so. I have explored various...MoreLess

Like 0

Like

3 comments

Hello,

Could you please describe in more detail what exactly you want to implement in Creatio?

Show all comments (2)

When Creating a Campaign from an Event, the Campaign fails to link to the related event

See picture

Like 0

Like

1 comments

Hello!

Please contact us via email support@creatio.com. We will help you to solve the problem.

Best regards,
Anton

Show all comments

Hello,

can we somehow display empty cell if field value is 0 in Classic UI editable detail?

Otherwise it is very difficult for users to find filled values in the detail

Thank you!

Vladimir

Like 3

Like

1 comments

Hello,

There is a workaround for this if you don't need to aggregate these metrics. You can create the field as Text and then implement field...MoreLess

Show all comments

Is there a way to remove from an Application field the link functionality? Some time users click here and there in the application and if the field is configured as a link they open new windows.

File attachments
Like 2

Like

2 comments

Hello,

Unfortunately, this element doesn't have such settings at the moment. However, you can display the Related object's column. For example...MoreLess

Show all comments (1)

Hi!

I need a custom button that will change value in a recaord and then save this record. I've tried it on a OpportunitySectionV2 with this code

 

define("OpportunitySectionV2", [], function() {
	return {
		entitySchemaName: "Opportunity",
		details: /**SCHEMA_DETAILS*/{}/**SCHEMA_DETAILS*/,
		diff...

MoreLess

Like 0

Like

1 comments
Best reply

Hello,

In the section module, it is better to use an UpdateQuery class to change the value of the records. You can find the example here.

Hello,

In the section module, it is better to use an UpdateQuery class to change the value of the records. You can find the example here.

Show all comments