EntitySchemaQuery
database
Contact
staticfolders
Sales_Creatio

Hello Community,

There is a bug in the system regarding the 'Contact in Folder' object, because apparently uses InsertQuery directly into the database, instead of the InsertQuery class.This object doesn't throw signals. How can we capture the event of an added record in such a scenario ?

Thank you

Sasori

Like 0

Like

10 comments

Hello,

 

Could you please provide us with an example of the InsertQuery which is not working?

Hello,

Object name is ContactInFolder. If you try to catch an event ( when contact is added to a Static Folder) through a Business Process, the business Process wont trigger.

My question is how to catch the event of adding Contacts to a Static Folder?

Sasori Oshigaki,

 

Hello,

 

And is the option with the business process with the timer that starts each 1 hour and reads records that were created in the previous 1 hour suitable here? You can read data and process it in this way. 

Hello Oleg,

Thats the solution we are providing for the moment. Thought that it was better to do something more performant, that doesnt overload the system by executing each hour.

Thank you

Hello,

Besides the option that Oleg provided, another variant is to create a trigger in the DB because normal events like OnInserted won't work with INSERT INTO.

Hello Dmytro,

Thank you for your answer. Is there anywhere in the system a similiar implementation of a trigger, so that we can take it as a reference while we develop our own ?

Thank you,

Sasori

The system rarely uses database triggers so it would be hard to provide a suitable example.

It would be better to search trigger examples in the DB documentation

Thank you for your reply Dmytro!

 

Hello Dmytro,

I created this trigger


CREATE OR ALTER Trigger [dbo].[trigger_InsertContactInFolderAfterEvent] 
ON [dbo].[ContactInFolder]
AFTER INSERT AS
BEGIN
SET NOCOUNT ON;
DELETE cf
FROM ContactInFolder AS cf
inner join Contact as co on cf.ContactId=co.Id
where co.[Name] like 'V3%'
END;

It practically deletes Contacts (whose name start with V3),that are added in the Static Folders. Does this added trigger may cause problems for the overall system ?

Thank you Sasori

Dmytro Vovchenko,

Hi Dmytro

Any Update ?

All the best Sasori

Show all comments
Contact
360
field
text field
8.0

i can't add new text field to contact (customer360app) module



Collection "EntitySchemaColumnCollection" item "EntitySchemaColumn" with unique identifier "{65DB5BF4-C253-4BD3-8988-CA1C6397A7EE}" not found.

Like 0

Like

3 comments

Hello Arkadiusz Polus,

 

This is not a typical error and it does not recreate OOTB.

 

Please contact Creatio support directly at support@creatio.com. It would be required to inspect this particular issue individually.

 

Best Regards,

Dan

Hello Arkadiusz Polus,

Did you get the answer for this issue? Because I have the same issue.

Thanks, 

Timea

Timea Losonc,

Hello Timea,

 

Please contact Creatio support directly at support@creatio.com providing the details of your issue. This is not a typical error and, thus, each case should be inspected individually.

 

Best regards,

Yuliya

Show all comments
our_company
Access Rights
Contact
all_employees
Sales_Creatio_enterprise_edition
8.0

We're setting up access rights in our system and the contacts under "Our Company" are being assigned the access right of "all employees". How can we prevent all of our users from seeing the "Our company" account and contacts under that account? We are using record permissions for each organizational role to only see accounts and contacts within that role, but we want users to see all accounts under the organizational role of "all employees" with the exception of "our company".

Like 1

Like

1 comments

Hello Teresa,

If there is a need to restrict access to one specific record you can delete the access rights for this record directly on this record page with a help of "Set up access rights" option. Still the record will be available for the system administrators.

If you need to change the access rights for the contact records connected to this account, it can be done with a hep of custom business process that will read all the contact records where the Account = the_needed_account_record and with a help of "Change access rights" business element will delete or grant needed access permissions.

I'd also suggest to test the solution first on test- or dev- site before applying it in the production site.

Best regards,

Anastasiia

Show all comments
account
Contact
8.0

Hi in 8.0.6 i don't see Enrich contact or account data button like was in previous creatio version. It was deleted in new version or maybe i can find and add to my account page ?

Like 1

Like

2 comments

Hello Arkadiusz,

 

For the 8.0.6 version, a new page of the contacts and accounts is enabled by a default and this functionality is not available on the new interface. However it's still available for the old sections if for example you were using this functionality and further updated the system to 8.0.6 version, the old page should be available for you.

And if it's a brand new site deployed with 8.0.6 version (trial site for example), it'll have new UI and this functionality won't be available on it. Still you can disable new page interface if needed to proceed with this functionality. 

 

Let me also mention, that for the contacts, starting from 8.0.2 version, this functionality is disabled by a corresponding system setting. 



Best regards,

Anastasiia

Alyona Goptar,

 

Unfortunately, the addition of such a feature is not yet being considered for the new interface in future releases. At the moment, this feature is still available in the classic interface, as previously described to you.



However, we have forwarded your request to the responsible R&D team for consideration and implementation in new interface.

 

Show all comments
Contact
delete records
delete
Sales_Creatio
8.0

How to recover a deleted contact?

Like 0

Like

3 comments

Hello Artem,

 

If the contact was fully deleted from the system, it cannot be restored, sorry.

WHat if that contact was merged, instead of deleting of it? can we see merged record's information in somewhere? 

Ismet Sinan Ekici,

There is no such possibility in our system.

Show all comments

Hi,



I am confused on how Creatio tags who own's the Email.

I have a process that updates the Reporter and Owner of an Email and expects it to be tagged to the new Reporter or Owner but that is not what's happening.



Email is sent automatically via BP. Any ideas?

*This is what the email's Owner and Reporter.

*This is what is shown in Lead Timeline

 

Like 0

Like

5 comments

Hi colleagues,

The owner of the email, sent by BP should by the contact who started the BP.

But it is not very clear from your second screenshot what are you trying to show.

Could you please elaborate on the issue?

Best regards, Alex.

Aleksei Efimenko,



Second screenshot shows Chris was tagged as the Owner of the Email in the lead Timeline.



The BP is triggered via Lead Stage change, Created by and Modified by CRM Team. So I was expecting it to be CRM Team.



Solem Khan Abdusalam,

Thank you for the information.

Could you also clarify who is the owner of the mailbox that is configured in BP to send emails?

Aleksei Efimenko,



CRM Team owns it and no one else uses it since every one has their personal mailbox.

Solem Khan Abdusalam,

Please keep in touch with the support team about the issue.

They will help you to find the cause of such behavior.

Best regards, Alex.

Show all comments
Feed
Contact
Access Rights
Financial_Services_Creatio_lending_edition
7.18

Hello Creatio Community !

Which type of contacts can i access in feed ?

I can see only contacts which are users of the system . Is this the only type of contacts that we can see from Feed ?

Like 0

Like

1 comments
Best reply

Hello Petrika, 

 

Yes, you can access here only Contacts that have existing system users. 

 

Best regards,

Anastasiia

Hello Petrika, 

 

Yes, you can access here only Contacts that have existing system users. 

 

Best regards,

Anastasiia

Show all comments
Contact
communication options
linkedin
Studio_Creatio
7.16

Hi Community, 

 

How can I change the LinkedIn field into Hyper instead of plain text? The web link changed to hyperlink but not social media links as they remain plain text.

 

 

As admin I can see any Linkedin link as hyperlink but for others its plain text. I am hopping its a quick fix just adding All-Employee Role to specific object level permission or something similar.

 

Any help is appreciated!

Like 0

Like

1 comments

Hi Irfan,

 

Thank you for your question!

 

Here are the steps you have to perform to switch on clickability of the LinkedIn URL:



1. Go to Lookups

Image.png

2. Search for Communication option types

Image.png


3. Look here for the LinkedIn item and open it



Image.png

4. Click on + and chose Web type from the list.

Image.png



Also, we recommend you delete the type Social network from here because for now LinkedIn can only be recognized as a web link.

 

Best regards,

Anastasiia

Show all comments

Hi all !



how can we override the OOTB "Full Job Title" = "Job Title " if "Full Job Title" is empty  (https://academy.creatio.com/docs/user/crm_tools/accounts_and_contacts/m…) behavior on a contact.



We're looking for two options:

  1. Either: Simply stop that behavior
  2. Or: That it does not fill "Full Job Title" when certain specific field in "Job Title" is selected (Example, if chosen "Other" then we do not want "Other" in "Full Job Title")

Thank you !



Damien

Like 0

Like

1 comments
Best reply

Hello Damien,

 

The following logic is located in the ContactPageV2 schema of the UIv2 package :



 

You can create a replacing module that would disable the following logic if you need that.

 

Best regards,

Bogdan

Hello Damien,

 

The following logic is located in the ContactPageV2 schema of the UIv2 package :



 

You can create a replacing module that would disable the following logic if you need that.

 

Best regards,

Bogdan

Show all comments
Contact
account
section wizard
error
Studio_Creatio_enterprise_edition
7.18

Hi, Account and

In the Contact section, I add a text column with the section wizard and press the save button, but I get the error you see below.

System designer -> System settings -> Current package. I provided the 'custom' control.

 

File attachments
Like 0

Like

9 comments

Hello Aygen,

 

Probably the Package is locked. Please make sure, that the package that you set up in the 'current package' system setting is unlocked, 



Best regards,

Bogdan

Hi Bogdan, Thank you for the answer.

I'm checking but is there a section here that I need to change? 

 

 

Access for modification for internal users --> Can manage configuration elements

 

Aygen Ergen,

 

 

Could you please send us a screenshot of the 'Advanced settings' section? 

What exactly should I show?

 

 

Aygen Ergen,

 If the Package is unlocked, it's Yellow and on top of the package-list.

But now your package Custom is locked and grey.



Did you Export the package and then re-install it?

Julius,

Unsuccessful. What can be the problem?

 

 

 

Sorry for the unclear answer. I only meant to ask if you had done this, as a question. I did not want to suggest you do this as you are really not supposed to do that! I believe it will lead to package being locked, since it's an external third-party package when being installed from file.

Was this package created on the same environment/instance you are using?



I suggest you create a new Package and move everything from the old locked package into the new one. If that's possible.

Otherwise, ask the support department to unlock it for you.

Thank you for answer

 

Aygen Ergen,

 

The error depicts the object (Account) doesn't have edit access.

Please check the object permission of Account here,



Step 1, Select object permission from the homepage.





Step 2: Select account and check its permission setup







Best Regards,

Bhoobalan Palanivelu.

Show all comments