Hi Community,

 

I have a business task to add a search button to the email at the communication panel - which will allow the client to search for a specific email / search by the sender of the email, etc.

 

Something like this:

 

I would like to know if it possible? how ?

 

Thanks in advance!

 

Like 0

Like

2 comments

Hi,

Theoretically, this is possible, however, this is quite a difficult task to do and I cannot even say if this is even possible.

If you really want to do it then probably you should start with analyzing the base logic behind this module. Change the email box and see what requests the system will send, see the initiator of these requests. In your button, you should do something similar to them. 

Show all comments

Hi Creatio Team,



we currently have an issue compiling processes containing script object : 

the compiling start but seems to never end. There is no error message.

I tried to leave the script object empty, just to check if my script code was the problem : no luck, compile still take forever, without error...

 

My colleague tell me that this issue has also happen for him since some weeks (maybe since 8.0)

Is it a known problem ? What may cause that kind of issue ?



Best regards,

Patrice

Like 0

Like

1 comments

Hello colleagues,



To investigate this issue and help you we have to check the application logs of your environment for the day when the issue was reproduced.

Please contact support with details.



Best regards, Alex.

Show all comments

Hi Team,

 

I need help in adding Custom Business Rules and in adding a detail to a section in Atlas 8.0 Version.

 

Please provide me with the relevant information required.

 

Best Regards,

Sarika

Like 1

Like

2 comments

It seems business rules are only arriving post 8.0.3 ( this last version is not yet released, and business rules are only in beta in 8.0.3)

Hello,



The features are available for beta testing in Creatio version 8.0.3 Atlas. 



Please find more information here



Best regards,

Bogdan

Show all comments

Hello!



Is it possible to save Dashboard screenshot in the Process? We would like to make scheduled process that saves Dashboard daily



Thank you!

Like 1

Like

2 comments

Hi, Vladimir!

 

We registered this idea for the responsible R&D team.

As for now, this functionality is not planned to be implemented in the upcoming Creatio versions.

 

Best regards,

Anastasiia

 

 

Kalymbet Anastasia,

 

+ 1 for saving/extracting full dashboards (not just extracting only one table in a dashboard)

Show all comments

Hi Team, 

 

I am trying to restore the db backup of one of the trial instances on my laptop using pgadmin 4 and while doing this I am getting the below error. 

 

Please help in this case what role or user I need to create or what steps I need to take. 

 

 

Like 0

Like

1 comments

Hello Akshit,

 

It seems that you have also submitted the ticket to support about this issue.

Please refer there for a possible solution regarding this problem.

 

Thank you.

Show all comments

Hello,



When I send email from Creatio, it appears in Gmail 'Sent' folder.

But when I send email from Gmail, it doesn't appear in Creatio.

 

Is it possible to configure (or develop) synchronization to see in Creatio emails send from Gmail (or another mail client)?



Thank you!

Like 0

Like

5 comments

Have you looked in here?

 

keith schmitt,

Yes, in both - Incoming and Outgoing 

Hello,

 

Please note that it should synchronize the emails sent from Gmail and something must just not work right. It's better if you register a case for our support team and describe the problem there, as we will need to check the issue more closely and it can't be resolved here on Community.

 

Best regards,

Mira

Hello,

 

How is your mailbox configured ?

Did you synchronize the whole email box or only a specific folder ?

 

Furthermore, is the Exchange Listener micro-service running ?

Are you on a Creatio cloud instance or On-Premise instance ?

 

Thanks for the clarifications.

 

Jonathan

Hello! Thank you for your questions



Probably, I've described my case not so precisely.



Our managers sometimes send emails from Creatio. In this case everything works fine - they see these emails in both places - in Creatio and Gmail (as sent items)



But sometimes they send emails to Customer directly from their Gmail (not from Creatio). So, our task is to get these emails as Outgoing to Creatio as well.  



We have configured as standard Gmail mailbox.

We synchornize the whole email box. Also tested to work with specific folder - have the same result.

This is in both - Creatio cloud and On-premise.

 

I am afraid, this is standard functionality, so I am looking for option to improve it.

 

Thank you!

Show all comments

I would like to replace the action on the Green phone when it is clicked in leads and Oppos. I added a menu item for the action , but want the green button to doo the same action instead of what it does by default. What is the best way to do that?

 

Thank you

 

Like 0

Like

1 comments

Hi Keith



The tabs buttons are designed to show UI elements to make a quick action.

If the custom action you're building needs user input (text, date, etc ..), you can create a custom PublisherModule based on CallMessagePublisherModule.



Or, you can build a custom button like the Playbook button to run the action.



I hope this helps!



Thank you

Mohamed

Show all comments

I am just creating one business rule in the lead - section 

When I try to save it, it throws the below error.

Please let me what is it mean and which object we need to check

Like 0

Like

2 comments

Hello Selva,

 

Could you please let me know if you performed a full system source code generation and compilation before installing the package? 

If you didn't, please run it and try to save the schema again.

Kalymbet Anastasia,

Thanks for your reply,

We have not done any compilation. Generally we open the section wizard and make the required changes and save it. It works in most if the cases. Also, we are not installing any package here .

 

If full system source code generation and compilation required - Please let me know where to find the steps to perform this ?

 

 

Show all comments

In database I have Order table and Product in Order Table. The Order table i have the same Order no but it not a same record because it order created a different day

Ex.

OrderNo : 0001 Created : 2022-01-21

OrderNo : 0001 Created : 2022-02-21

 

The problem is I cannot import Product in Order table data by match order no and date in Order table

 

 

How import data by excel file with same order no but different date and different record

Like 0

Like

1 comments

Maybe you could create a single column in Creatio to store order number + date, then in the Excel file use a formula to append the values together and map that value to link to the order? 

Ryan

Show all comments

Hello community, we would like to use the autonumbering feature described on the Academy website. However, we want the number to be assigned after a record is saved, not when the record is created. It is important that no number is "wasted" when a record entry is cancelled. Is there an easy way to do this?

Like 0

Like

4 comments

Hello Alexander, 

 

when implementing autonumbering on the back-end, you can choose any action you want in the replacing object. 

In your case, instead of the default "Before record added", you can set the process to be triggered by the "After record saved" event.

 

Best regards,

Max.

Hi Max,



thank you very much for your reply. We tried it, but it wasn't possible. Could it be that the "Invoice" module in the original "Invoice" object blocks the creation of individual event BPs?

Alexander Lovenjak,

 

The original object should not block the creation of the event BP's.

Have you tried using the "Before record updated" event?

 

When an object is saved it basically sends an Update query to the database so this event should work properly.

 

Best regards,

Max.

Hi Max, thank you for your help. It seems, that there is a bug within the invoice object. Creatio consulting tries to find it. The event handling changes doesn't help.

Best regards

Alex

Show all comments