oData
Contact
Phone
Sales_Creatio
8.0

Dear mates,

We are adding to Creatio, our contacts from marketplaces with oData.

We are facing the following issue :

data are well integrated into Creatio, but if we look at the contact sheet, in the area on the top left, the telephone professional is not indicated even though it is present in the contact's communications fields. So in the contact details of the account, we do not directly see the contact's telephone number.

 

How can we add the phone to the contacts left panel in order to see the contact's telephone number directly on the accounts page ?

Thank you !

Nicolas

Like 1

Like

1 comments

Hello,



It`s seems to be an issue that our support should take a look. Please send us an email at support@creatio.com



Best regards,

Serhii

 

Show all comments
BusinessRule
Contact
FreedomUI
minipage
Sales_Creatio
8.0

Hi,



On our contact page we have business rules regulating the business & mobile phone.



If mobile phone not filled in, business phone is mandatory and vice versa.



On classic UI page, the mandatory " * " signal dynamically disappears when filling in the form.



This does not happen on the new Freedom UI minipage, in the picture here below, the * should have disappeared in front of mobile phone, as the business phone is filled in.



(It will properly save though, in terms of data, the business rules work).



Like 0

Like

1 comments

Hello,

 

Thank you for sharing this information with us. We have created a task to have the responsible R&D team address this behavior in future releases.

Show all comments
Contact
Communication
Validation

Hello,

 

I want to add a phone validation to the "Other phone" and "Extension phone" fields in Communication options.

For Mobile phone I used the following code:

I want to do the same thing for the other 2, but I cannot find their objects anywhere?

 

Does anybody know how I can do this?

 

Thank you!

Like 0

Like

3 comments
Best reply

Hello,

 

"Other phone" and "Extension phone" are communication types only, not objects and their values are stored in the "ContactCommunication" table (actual number is stored in the "Number" column) with the correspondent "CommunicationTypeId" (Id correspondent values can be reviewed in the "CommunicationType" table). Also these communication types have no correspondent columns on the "Contact" enity side.

Hello,

 

"Other phone" and "Extension phone" are communication types only, not objects and their values are stored in the "ContactCommunication" table (actual number is stored in the "Number" column) with the correspondent "CommunicationTypeId" (Id correspondent values can be reviewed in the "CommunicationType" table). Also these communication types have no correspondent columns on the "Contact" enity side.

Oleg Drobina,

Thank you for your answer! Do you know what I can do to create a validation for these two? I created 2 fields in the Contact object and now I want to somehow connect them to the ones from Comunications.

Ghiu Diana Stefania,

 

In this case you need to create a logic similar to the one that is triggered when new communication option is added to the ContactCommunication object (see the logic in the SynchronizeCommunicationWithEntity method from the CommunicationSynchronizer source code). Alternatively you can try creating a custom business process that will update a main contact record in case new value was added to contact communication option.

Show all comments
relationship
account
Contact
Sales_Creatio_team_edition
8.0

Hi community,

 

I am currently researching the Relationship which function shows as [Connect to] in Account or Contact in Classic UI

But I want to ask if there is any way to set up permission for that function.

For example, I want only the admin could allow to add or edit the relationship. Others can only read the relationship

 

Thank you!

 

Like 0

Like

1 comments
Best reply

Hello!

 

To set up object permissions in that way you need to go to System settings - Object permission - Relationship connection. There you can set up permissions in that way as you provided in the request.

Hello!

 

To set up object permissions in that way you need to go to System settings - Object permission - Relationship connection. There you can set up permissions in that way as you provided in the request.

Show all comments
Opportunities
career
account
Contact
Studio_Creatio
8.0

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
translation
account
Contact
Sales_Creatio_enterprise_edition
8.0

Hello Community,

I have to replace the OOB translation of the Account and Contact Labels (only these two labels) for the italian language.

Which are the correct keys i have to involve in order for a correct update ? For Example which is the correct key for the updating of the Account and Contact Section Labels ?

Sasori

Like 0

Like

4 comments
Best reply

Hi Sasori,

Good day,

The section names are data from the SysModule table, so the key should be Data:SysModule.Caption: + the Id of the record. For easier searching, you can use the following filter in Translations section:



Keycontains%Data%Caption

AND

Language0=Accounts

 

To find the Id, open the section wizard, and the Id will be in the URL. For example, for this section, the code will be: Data:SysModule.Caption:065063c9-8180-e011-afbc-00155d04320c

Thank you for your inquiry.

Hi Community,

Any update regarding the topic ?

Sasori

Hi Community,

Any update regarding the topic ?

Thank you

Sasori

Hi Sasori,

Good day,

The section names are data from the SysModule table, so the key should be Data:SysModule.Caption: + the Id of the record. For easier searching, you can use the following filter in Translations section:



Keycontains%Data%Caption

AND

Language0=Accounts

 

To find the Id, open the section wizard, and the Id will be in the URL. For example, for this section, the code will be: Data:SysModule.Caption:065063c9-8180-e011-afbc-00155d04320c

Thank you for your inquiry.

Thanks a lot for this explanation Pavlo!

Show all comments
duplicate
Contact
account

Hello

 

I have a problem with the "Duplicate search". I have two rules that search for duplicates based on Mobile Phone (for Contact) and based on CUI (for Accounts). After finishing the duplicate search I've discovered that it takes similar mobile phones or CUI. It doesn't search for identical ones. 

 

For examples: the search tells me that a Contact with mobile phone "0722222" is a duplicate for Contact that has "0722221". I only want to find Contacts that have the mobile phone identical.

Is there a way to set this up?

 

Thank you!

 

Like 0

Like

1 comments

Hello!

 

Since deduplication utilizes Global Search for duplicate detection, the only way to search for an exact match of a phone number is by changing the global search template to without_ngram.json.

 

However, in such a case, the exact match search will not only be performed on the phone number but also on all fields.

More information about templates can be found in the article.



Additionally, in such situations, we recommend configuring the search to include a minimum of 2 fields.



For example: Name + mobile phone, Email + mobile phone, which will narrow down the search scope and provide more accurate results.

Show all comments
Freedom_UI
account
Contact
Sales_Creatio
8.0

In contact/Account list , every time i want to go to a field proporties it blocks the page .

This is the error i get in the console :

Like 0

Like

1 comments

Hello,

 

This issue has already been resolved in version 8.0.8.

If the error persists in your version, please create a support ticket with support@creatio.com.

As a workaround, you can access the properties of the column through the page designer.

Show all comments
Connected to
connections
Contact
custom
Sales_Creatio
8.0

Hi community,

I have some Custom Objects need to draw some connection just like the [Connect To] tab in Account and Contact

Is there a way for me to set it up?

 

Thank you!

Like 0

Like

0 comments
Show all comments
Contact

Hi, 

 

When you click the 'Search' button when establishing a 'Primary Contact' for an account. Can i filter the lookup to only show contacts that belong to the account record you are in?

 

Currently it returns a list of every contact we have in CRM.

 

I tried to do it via a business rule with no avail.

 

Thanks

Like 0

Like

4 comments

Hello Tom, 

 

It's not possible to implement your business task with a help of basic system tools, the additional development will be needed. 

The same question has been already discussed in a separate post on our Community, please refer to it in case you'd like to proceed with implementation by code. 



Best regards,

Anastasiia

Hi Anastasiia,

Is there a way to do this in Freedom UI through code or filters of some kind?

Vincent Nguyen hello,

  1. Add @creatio-devkit/common usage into Accounts_FormPage

define("Accounts_FormPage", /**SCHEMA_DEPS*/["@creatio-devkit/common"]/**SCHEMA_DEPS*/, function/**SCHEMA_ARGS*/(sdk)/**SCHEMA_ARGS*/ {

2. Add the following handler to the page

{
                request: "crt.LoadDataRequest",
                handler: async (request, next) => {
                    const currentAccountId = await request.$context.Id;
                    const contactAttr = "PrimaryContact";

                    if (request.dataSourceName === `${contactAttr}_List_DS`) {
                        const filter = new sdk.FilterGroup();
                        await filter.addSchemaColumnFilterWithParameter(sdk.ComparisonType.Equal, "Account", currentAccountId);
                        request.parameters.push({ type: "filter", value: filter.toJson() });
                    }

                    return await next?.handle(request);
                }
            }

3. Refresh the page and check the result.

Hi Oleg is the handler compatible for 8.2.0 or the latest version. Currently I'm on 8.2.0 and its not working. I also had a question about the request.parameters.push({ type: "filter", value: filter.toJson() }); what does it do?

Show all comments