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)
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.
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?
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.
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.
In Wordpress to go Plugins -> Plugin Editor.
Select "Forms-3rd-Party-Integration-Bpmonline-1.0.6" and make sure you have the "forms-3rdparty-integration.php" file selected.
Go to line 611 and change this:
if(isset($_COOKIE[bpmRef])) {
to this (notice quotes around bpmRef):
if(isset($_COOKIE["bpmRef"])) {
Go to line 617 and change this:
if(isset($_COOKIE[bpmHref])) {
To this (notice quotes around bpmHref):
if(isset($_COOKIE["bpmHref"])) {
Go to line 623 and change this:
if(isset($_COOKIE[bpmTrackingId])) {
To this (notice quotes around bpmTrackingId):
if(isset($_COOKIE["bpmTrackingId"])) {
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.
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).
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...
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).
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.
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.
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
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.
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.
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)
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)
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
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
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.