Hi Devlabs Team,



We have a requirement to add attachments in mail by reading the attachment from a custom attachment detail. To achieve this, we are using a Send email with attachments Marketplace application. 



The issue with the above application is, it is getting installed successfully. But when accessing the element in business process its settings is not opening also getting some error in the console. (refer the screenshot attached)

 



Thanks,

Sourav Kumar Samal

Like 0

Like

2 comments

Hi Team,

 

Could you please help on this?

 

Thanks

Sourav Kumar Samal,

 

Hi Sourav!

We are aware of this issue. R&D department fixed this bug in version 7.18.4. If you have an earlier version of the application, we recommend updating it to the current version.

Show all comments

We are having an issue with the BPMonline WordPress plugin not pulling information from our forms - instead sending them to an error page. We have isolated that the plugin is the issue as the forms work okay when the plugin is removed. 

 

Have upgrades been made to the plugin's compatibility with the Php 8.0 and/or WordPress Platform 5.9?

 

Please advise.

Like 0

Like

6 comments

Hello Jess,

 

Could you please tell us with what versions of PHP and WordPress the plugin did work?

 

Thank you,

Artem.

Pre-issue:

PHP: 7.4

Wordpress: 5.9.1



We are currently on:

PHP: 8.0

Wordpress: 5.9.2



We started having this issue on 3/9. We updated the platforms on 3/23. We have just gone in and tested - by turning the BPMonline plugin back on and we are still receiving a Wordpress "critical error" notice.

 

Thank you,

Jess

Artem,

Hi Artem, Making sure you saw my above response.

Thanks,

Jess

Artem,

Will you be able to assist here?

Artem,

I just messaged you directly regarding the above.  Hoping you can help or point me in the direction of someone who can.

Thanks,

Jess,

Do you know what the error is? If it is something like this:

Fatal error: Uncaught Error: Undefined constant "bpmRef"

Then it is because of how newer php versions treats constant string values. If you feel adventurous enough to edit the plugin (and if that is the error you're getting), you can fix it by doing the following (there are 3 lines to change, basically just enclosing some values in quotes). NOTE: only do this if you're comfortable editing the PHP code, doing something wrong can break your whole website. So proceed at your own risk. If this isn't something you're comfortable with, contact a PHP developer for help.

  1. In Wordpress to go Plugins -> Plugin Editor.
  2. Select "Forms-3rd-Party-Integration-Bpmonline-1.0.6" and make sure you have the "forms-3rdparty-integration.php" file selected.
  3. Go to line 611 and change this: 

    if(isset($_COOKIE[bpmRef])) {
  4. to this (notice quotes around bpmRef): 

    if(isset($_COOKIE["bpmRef"])) {
  5. Go to line 617 and change this:

    if(isset($_COOKIE[bpmHref])) {
  6. To this (notice quotes around bpmHref):

    if(isset($_COOKIE["bpmHref"])) {
  7. Go to line 623 and change this:

    if(isset($_COOKIE[bpmTrackingId])) {
  8. To this (notice quotes around bpmTrackingId):

    if(isset($_COOKIE["bpmTrackingId"])) {
  9. Save the file by clicking "Update file"

I don't know if you'll encounter other errors with the plugin code, but that will fix the error I mentioned above.

Ryan 

Show all comments

Hi Team,

 

Do you know why this add-on is no longer supported?

Last update the : 27.10.2020 and compatible till the version 7.12.4 

https://marketplace.creatio.com/app/image-preview-creatio

 

Thank you in advance!

 

Like 0

Like

6 comments

Hello Thibaut, 

 

The add-on is no longer supported as this functionality has been already implemented directly in a system. So you can now, for example, see the preview of the image attached to the case directly on the case page by only clicking on it (without downloading it). 

 

Hope it clarifies!

Best regards,

Anastasiia

Anastasiia Zhuravel,

Hello Anastasiia,

 

With this old add-on, it was also possible to view a PDF file in a popup, the same way as an image. Now, this is not possible anymore. Will this be implemented in a next release? 

We have a customer who used this add-on very frequently and is now complaining that he needs to download each PDF...

 

Kind regards,

Vincent

Vincent Tahon,

 

This functionality has been already implemented directly in a system. So you can now, for example, see the preview of the image attached to the case directly on the case page by only clicking on it (without downloading it). 



Best regards,

Bogdan

Bogdan,

Hello Bogdan,

 

This works fine for images, but not for PDF-files.

The old add-on also showed a similar preview for PDF-files, which is very convenient for our customer who uses many PDF-files.

 

Kind regards,

Vincent

Hi Community

 

Any news on this point?

we have 2 potential projects that are pending on having this feature in Creatio exactly for the same reasons described by Vincent.

pdf preview is available in most of the competition and it would be a big plus to have in Creatio as an OOB feature

thanks

Luis

Luis Tinoco Azevedo,

did you find a solution ?

Show all comments

Hello,

 

I am facing an issue with this connector, where we cannot use and save the coordinates generated plus it is not functioning easily on the interface.

 

Kindly advise.

Maher.

Like 0

Like

1 comments

Hello to all!



Note that the add-on saves coordinates to virtual columns. This means that your coordinates not being saved is expected behavior. You have to further develop the add-on according to your business goals.

Show all comments

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:

https://marketplace.creatio.com/app/excel-reports-builder-creatio

Show all comments

Hi,

Can anyone assist with this installation failure for the ITSM for Service Creatio marketplace add in?

 

Our version is 7.18.3 but that was not in the list below.

File attachments
Like 0

Like

3 comments

Hi!

We reviewed this add-on and fixed the problem.

You can install the latest version with fix on this page:

 

https://marketplace.creatio.com/app/itsm-service-creatio

Hi, I installed and didn't get some features mentioned in the manual, for example the "Dependence of case priority on urgency and impact level" lookup isn' installed, and also cannot add it, so this object isn't in the package, so when add urgency and case impact Priority didn't change as docummented

 

Have some package update?

 

Thanks

Hi Julio,



We have reviewed this solution. It is deprecated, not supported, and does not meet the current Marketplace requirements. We have removed this app from the Marketplace and do not recommend using it.

That you for bringing this to our attention.

 

We are going to publish a new Banza ITMS box for Creatio solution in the near future. I believe that solution will cover your needs. You can learn more about it in the Coming soon section.

Show all comments

Hi Devlabs,

 

I have a customer who is trying to use the Slack to Feed connector.

Sales Creatio Enterprise edition version 7.18.1.2800

 

Customer:

 

I looked at the Slack integration, but Slack states the following on the website (link of the installation gide step 2):

 

image.png

As it is not allowed anymore to create legacy tokens, I do not understand how I should progress after this.

Like 0

Like

1 comments

Hi Davey,

 

We have found out that the connector requires an update due to the changes in the Slack API. We have removed the connector from Creatio Marketplace temporarily. It will be back after the update is ready. 

Show all comments

Hi Guys,

 

I have a customer who had the map widget for Creatio installed.

They uninstalled it and re-installed the application, but now, when creating a dashboard, they do no longer have the map option.

 

The installation did not give any error messages.

The environment has been compiled.

 

Customer has Dutch (NL) environment, it all worked before they've uninstalled it and re-installed it.

 

Anything I can try?

 

Like 0

Like

5 comments
Best reply

Looks like it was the Playbook that broke this, since it also creates a BootstrapModulesV2. As a workaround to get this to work, for now, you can create a new replacing view module for BootstrapModulesV2 (in Custom package, or any package that is further down in the dependencies than Playbook and the BpmCharts packages) with the following code added (*this adds what is in the maps package as well as what is in the Playbook package)

define("BootstrapModulesV2", ["DashboardMapEnums", "DashboardDesignerViewModelOverride", "PlaybookMiniPageContainerViewModel"], function() {
	return {};
});

Then maps and Playbook will both work. However, it would be great for Playbook to change and no longer use a BootstrapModulesV2 override if possible.

Ryan

Hi Davey,

Please specify the Creatio product and version so that we can reproduce the issue. 

Alexander Demidov,

Hi Aleksandr,



Thank you for looking into this.

 

Sales Creatio Team edition

Version: 7.18.1.2800

 

To be clear, it worked, got un-installed, re-installed and stopped working.

Hello Davey,

 

 

The add-on uses the 'BootstrapModulesV2' module. Another base replacement of this module was added in versions 7.18.1 and later.

 

I have forwarded the issue to the relevant team for further review. I will keep you updated. 

Ivan Leontiev,

Any update or work arounds for this to work in current Creatio versions? 

Thanks,

Ryan

Looks like it was the Playbook that broke this, since it also creates a BootstrapModulesV2. As a workaround to get this to work, for now, you can create a new replacing view module for BootstrapModulesV2 (in Custom package, or any package that is further down in the dependencies than Playbook and the BpmCharts packages) with the following code added (*this adds what is in the maps package as well as what is in the Playbook package)

define("BootstrapModulesV2", ["DashboardMapEnums", "DashboardDesignerViewModelOverride", "PlaybookMiniPageContainerViewModel"], function() {
	return {};
});

Then maps and Playbook will both work. However, it would be great for Playbook to change and no longer use a BootstrapModulesV2 override if possible.

Ryan

Show all comments

I have installed the recurring activities scheduler add-on however when I try to set a specific activity to be recurring it gives me the error below

 

error “42804: column "GlbIsRecurring" is of type boolean but expression is of type integer"

 

Please assist on how to fix this error

 

Thank you

Like 0

Like

10 comments

Hi Jacob,

 

The add-on is compatible only with MS SQL Creatio instances. Please make sure there are no compatibility issues with your instance.

I have the same problem and as per the compatibility requirements we should be good! Sales enterprise, version 7.18 and MS SQL. Could you please help, we really need it to avoid to create a custom 

Ivan Leontiev, I have the same problem and as per the compatibility requirements we should be good! Sales enterprise, version 7.18 and MS SQL. Could you please help, we really need it to avoid to create a custom 

Ivan Leontiev,

Hi Ivan,

 

Is there any possibility to use this add-on with Postgre as well? All new Creatio applications are running with Postgre and I think it is important to provide that version of the add-on as well

Adriana Martinez,

 

Hello Adriana Martinez!

We reviewed this add-on and tested the issue on a different site. However, we were unable to reproduce the issue with MS SQL. The error occurs only with PostgreSQL.



Could you send us more details about your application?

Specifically, please specify the full Creatio version and platform type (.NET Core or .NET Framework) as well as double-check your DBSM.



Also, please tell us whether you get this error right after the package installation or the add-on used to work fine.

Kavian Abhari,

 

Hello Kavian!



Thank you for your feedback. Our R&D department is reviewing it, but we do not have a solution for PostgreSQL currently.

Hello.   Do you have any ETA for PostgreSQL version?

Hi Cesar,

The responsible team does not have plans to add PostgreSQL compatibility.

Hi, why are there no plans to support Postgre given that all Creatio cloud instances are Postgre?

 

Hi Lewis,

 

Please see the answer to your question in this post: https://community.creatio.com/questions/recurring-activities-scheduler-creatio-0.

Show all comments

I have the add-in loaded, Calculation of working days in business processes.

Trying to use the "Add Business Days" user task.

Calendar is set, number of days is set, start date is set, end date is empty.  When processing, it throws an error:

 

Npgsql.PostgresException (0x80004005): 42883: operator does not exist: boolean = integer

   at Npgsql.NpgsqlConnector.d__157.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at Npgsql.NpgsqlConnector.d__156.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at Npgsql.NpgsqlConnector.d__156.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at Npgsql.NpgsqlConnector.d__163`1.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at Npgsql.NpgsqlDataReader.d__32.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at Npgsql.NpgsqlDataReader.NextResult()

   at Npgsql.NpgsqlCommand.d__71.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at Npgsql.NpgsqlCommand.d__92.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior)

   at Polly.Policy.<>c__DisplayClass119_0`1.b__0(Context ctx, CancellationToken ct)

   at Polly.Policy.<>c__DisplayClass129_0`1.b__0(Context ctx, CancellationToken ct)

   at Polly.Policy.<>c__DisplayClass103_0.b__1(Context ctx, CancellationToken ct)

   at Polly.NoOp.NoOpEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken)

   at Polly.Policy.<>c.b__103_0(Action`2 action, Context context, CancellationToken cancellationToken)

   at Polly.Policy.ExecuteInternal[TResult](Func`3 action, Context context, CancellationToken cancellationToken)

   at Polly.Policy.Execute[TResult](Func`3 action, Context context, CancellationToken cancellationToken)

   at Polly.Policy.Execute[TResult](Func`1 action)

   at Terrasoft.Core.DB.DBExecutor.FailoverExecuteReader(DbCommand command, Func`1 func)

   at Terrasoft.Core.DB.DBExecutor.d__88`1.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at Terrasoft.Core.DB.DBExecutor.ExecuteCommand[TResult](Func`2 commandExecutionCallback, String sqlText, QueryParameterCollection queryParameters, CancellationToken cancellationToken)

   at Terrasoft.Core.DB.DBExecutor.InternalExecuteReader(String sqlText, QueryParameterCollection queryParameters, CommandBehavior behavior, CancellationToken cancellationToken)

   at Terrasoft.DB.PostgreSql.PostgreSqlExecutor.<>c__DisplayClass41_0.b__0()

   at Terrasoft.DB.PostgreSql.PostgreSqlExecutor.ExecuteInLockIfInTransaction[TResult](Func`1 action)

   at Terrasoft.DB.PostgreSql.PostgreSqlExecutor.InternalExecuteReader(String sqlText, QueryParameterCollection queryParameters, CommandBehavior behavior, CancellationToken cancellationToken)

   at Terrasoft.Core.DB.DBExecutor.InternalExecuteReader(String sqlText, QueryParameterCollection queryParameters)

   at Terrasoft.Core.DB.Select.d__54.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at Terrasoft.Core.DB.Select.ExecuteReader(DBExecutor dbExecutor)

   at Terrasoft.Configuration.GlbCalendarServiceUtils.GetWeekEnds()

   at Terrasoft.Configuration.GlbCalendarServiceUtils.AddWorkingDays(DateTime date, Int32 days, Guid incomingCalendarId)

   at Terrasoft.Core.Process.Configuration.GlbAddBusinessDays.InternalExecute(ProcessExecutingContext context)

   at Terrasoft.Core.Process.ProcessActivity.ExecuteElement(ProcessExecutingContext context)

   at Terrasoft.Core.Process.ProcessActivity.ExecuteItem(ProcessExecutingContext context)

   at Terrasoft.Core.Process.ProcessFlowElement.Execute(ProcessExecutingContext context)

Like 0

Like

2 comments

Hello Chris,

 

Could you please double-check if you executed the script from the instruction on the Creatio deployment procedure, step 8?

https://academy.creatio.com/docs/user/setup_and_administration/on-site_…

The script name is CreateTypeCastsPostgreSql.sql file

 

Best regards,

Bogdan S.

Bogdan, thanks, but this is a creatio-hosted site.  I can run the script there via the sql console if that will work.

 

Show all comments