When trying to initiate a new WhatsApp chat with a customer, more than 24 hours after the last message on the past chat, we get the alert: "Unable to send the message, the conversation ended more than 24 hours ago"

How can we bypass this to send an verified and approved HSM message to the customer?

Like 0

Like

3 comments

Hello Julian, 

The error message indicates that more than 24 hours passed after the last incoming message and prevents you from initiating...MoreLess

Show all comments (2)

Hi! Version 7.18.3

We configured email sending using explicit email credentials (as described here https://academy.creatio.com/documents/technic-sdk/7-16/sending-emails-u…)

When trying to send test email error "No address found" is received:

All required parameters for credentials config are set.  Those parameters were tested (email address added in Your profile => Email accounts => New and test email sent)

Can you help with this issue? 

Thanks!

Like 0

Like

3 comments

Hi,

According to the stack of the error the problem is in the email recipient email address that can be missing during the process execution...MoreLess

Show all comments (2)

Hello team! 

Verison 7.18.3. 

We have a strange behaviour for case, when portal user follows direct link to record that has no section- it's redirected to PortalMainPageModule. (not even to Home page that is set for current user). No errors in console.

EntitySchema for mentioned...MoreLess

Like 1

Like

9 comments

Hello,

Hope you're doing well.

If I understood your question correctly, it seems there is some issues with permissions, on this demand we...MoreLess

Show all comments (8)

I configured my local Creatio environment to work in file system mode and setup Visual Studio 2019 as described in Creatio documentation.

I Created a package from Creatio UI setting to be compiled in a separate assembly.

I see that in Pck folder the Package folder has been created with a visual studio...MoreLess

Like 0

Like

1 comments

Dear Massimiliano,

Thank you for your question!

We have checked this information with our developers and they have confirmed that there i...MoreLess

Show all comments

Hi community,

I try to trigger a business process that take one argument when I click on a button. When I click on my button the pop-up (as defined in my code below) shows up but I have an error via the console in chrome dev tools.

Here is the error that occurs (XML parse error: not well formatted):

...MoreLess

Like 0

Like

7 comments

Hello Julien,

Please find this request in the network tab of the browser and send the complete response to this request. Also what is...MoreLess

Show all comments (6)

Hi community,

I'd like to add button on a active row in a data grid :

For that I found posts on the community that explain how to achieve that :

https://community.creatio.com/questions/alteradd-row-buttons-newly-crea…

https://community.creatio.com/questions/add-button-row-section

https://community...MoreLess

Like 1

Like

2 comments
Best reply

Hello Julien,

I've used the following approach:

define("ContactSectionV2", ["ContactSectionV2Resources"], function(resources) {
	return...

MoreLess

Show all comments (1)

Hi folks, 

Does Creatio have the ability to link email templates to the web-hosted version of them? The use case is to help recipients who either can't view HTML emails, or have image downloading switched off, to view the full version of an email.

Like 2

Like

9 comments

Hello Kavian,

Sorry for re-asking, but could you please provide more examples or re-phrase the request?

Thank you in advance.

Best regards,

Roman

Show all comments (8)

We have several processes using the popup element addon (https://marketplace.creatio.com/template/popup-element-business-processes).  The popup does not consistently display.  I can see the process runs correctly and shows the popup should display but it does not actually display in the UI in a Creatio hosted 7.18.4 environment.

In comparison, on a locally hosted instance of 7.18.2.1236, the popup does consistently display.

Please advise how we can get popups to consistently display.

Like 3

Like

9 comments

Hello Melanie,

Please keep the following best practices in mind when working with the popup element:

1. We recommend using the element after...MoreLess

Show all comments (8)

Hi community,

I try to trigger a business process from a custom button. I in the post that I need the ProcessModuleUtilities to achieve that. Here is my code :

define("MTF_Candidat1Page", ["MultiChoiceMixin", "ProcessModuleUtilities"], function(ProcessModuleUtilities) { 
	return {
		entitySchemaName...

MoreLess

Like 0

Like

2 comments
Best reply

Hi Julien,

Could you change your schema definition as the following (swap "MultiChoiceMixin" and "ProcessModuleUtilities")?

define("MTF_Candidat1Page"...

MoreLess

Show all comments (1)

We are using the devlabs Excel Reports Builder add-on and since the Creatio upgrade to Version 7.17 or 7.18 it is not possible anymore to upload templates. The upload in itself seems to go well as there is no error message indicating otherwise. But the checkbox "Template uploaded" is not set to True and after generating the report it is obvious that the template was not uploaded because none of the uploaded changes are in the generated report.

Like 0

Like

1 comments

Hi Oliver!

I recommend updating your add-on to the latest version as this issue was fixed in it. You can find the latest version on this page:

...MoreLess

Show all comments