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

0 comments
Show all comments

Hey, everyone! 
I've been trying to mass update a property (Column) from a table in a Demo envoyrement. 

I've asked Gemini and gpt. Bolth returned me that there should be a "Quick Update" button, but it's nowhere to be found... 

Asked a coleague and he sent me this app (https://marketplace.creatio.com/app/mass-updating-creatio)... still.. nothing. 
I don't want to create a Business Process to do it ...

Does anyone have a solution for this?

Thanks ! 

Like 0

Like

1 comments

Hello,

 

Please note that there is no basic functionality to mass update the records in the system. The "Mass updating for Creatio" marketplace addon or a business process are the best choices to achieve your goal. Alternatively, you can create an SQL script to update the values directly in the database. 

If you are having issues with the addon, you can contact the developer of the solution directly at support@inforce.kz and describe the issue to them.

Show all comments

Dear mates,

On opportunity detail page, I've added a filter to display only the contacts in the account:

Here is the business rule :

As a result, if the contact's professional experience is not his or her main experience, the contact does not appear in the list.

For example, this account has two contacts :

For Julie LEZORAY, this job is not her main job :

As show on the first image, this contact does not appear in the opportunity contact list because the contact's account is not the main job.



Is it possible to make a business rule based on the contact's professional experience, which would allow the contact to appear in the list even if it's not their main experience?

I can not find the contact career object in the business rules.

 

Thank you,

Nicolas

Like 0

Like

4 comments

Hello, 

 

Unfortunately, there is no possibility to use complex filters for business rules setup. We have this idea registered for our R&D team and I will notify them about this question to increase the importance of implementing this functionality.

Hello Sergii,

Is is possible to disable Job Experiences management in Creatio ?

or

is it possible adding code on the OpportunityClient object in order to select all account's contacts even if the contacts job experience is not the primary one ?

if it is a current job experience, it's enough.

 

Hello Nicolas,

 

Simply make sure that both your contacts are connected to the account:

The filtration business rule you have returns contacts related to the selected account and in your case one of the contacts is not connected to the account selected in the opportunity from your example.

hello oleg

that's the meaning of my question

if the contact's professional experience is not the main one, but if the contact is still part of the company, then the system filter doesn't display the contact.

I'd like to change this behavior.

Show all comments

Hello all,

 

Is there any way to change the color of the big blue confidence level widget on opportunities? It looks good when the instance is configured in standard Creatio blue but we have several clients using different section colors and when you make the section list something like red, it clashes.

Is there any way to change the color of the widget?

Like 0

Like

1 comments
Best reply

You can add this CSS to the opportunity page:

#ConfidenceLevelWidgetContainer .background-container {
    background-color: #9f5989;
}

Result

 

If you need help with how to add the CSS to the page, see https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…

Ryan

You can add this CSS to the opportunity page:

#ConfidenceLevelWidgetContainer .background-container {
    background-color: #9f5989;
}

Result

 

If you need help with how to add the CSS to the page, see https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…

Ryan

Show all comments