8.0.1
marketplace
map
maps
Sales_Creatio_team_edition
8.0

Hi community,

I tried to install the application "Map widget for Creatio" from the Marketplace in a sales-team-marketing-demo environment (v. 8.0.1) and it's not working!

I have configured the map chart dashboard but it's not loading and if I open the inspector I find this errors in the console log:





Can you help me?

Let me know!



Thanks in advance.

Best regards,



Luca

Like 0

Like

1 comments
Best reply

Hi Luca!
We reviewed the add-on and reproduced the issue on our end. That was an out-of-the-box compilation-related error. When installing the package, the system did not compile and did not generate static content.
We plan to fix this problem in future versions of Creatio. For the time being, I recommend recompiling your system.

Hi Luca!
We reviewed the add-on and reproduced the issue on our end. That was an out-of-the-box compilation-related error. When installing the package, the system did not compile and did not generate static content.
We plan to fix this problem in future versions of Creatio. For the time being, I recommend recompiling your system.

Show all comments
addon
marketplace
Sales_Creatio_enterprise_edition
7.18

Dear,



We are having issues with installing several add-ons from the marketplace.

These same add-ons were successfully installed in other Creatio instances, but here with one specific website they are throwing errors.



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



2022-05-24 16:14:35,661 Compiling configuration dll

2022-05-24 16:15:33,735 Errors and (or) warnings occurred while compiling configuration dll

2022-05-24 16:15:33,735 Autogenerated\Src\IntReportHelper.IntExcelExport.cs(273,31) error CS0433: The type 'ExcelWorksheet' exists in both 'EPPlus, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1' and 'EPPlus, Version=4.5.3.2, Culture=neutral, PublicKeyToken=ea159fdaa78159a1'





2. https://marketplace.creatio.com/app/email-approvals-creatio



2022-05-24 17:45:40,097 Compiling configuration dll

2022-05-24 17:46:32,008 Errors and (or) warnings occurred while compiling configuration dll

2022-05-24 17:46:32,008 Autogenerated\Src\IntReportHelper.IntExcelExport.cs(273,31) error CS0433: The type 'ExcelWorksheet' exists in both 'EPPlus, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1' and 'EPPlus, Version=4.5.3.2, Culture=neutral, PublicKeyToken=ea159fdaa78159a1'



It is strange that they both throw the same error.

Is there any way to fix this?





Kind regards,

Vincent

Like 0

Like

1 comments

Hi Vincent,

Creatio platform doesn't allow installing one .dll library several times (in this case, EPPlus). Both errors indicate that you already have the EPPlus library installed on your Creatio site. The 'Excel reports builder for Creatio' app uses the library, while the 'Email approvals for Creatio' app does not.

The problem can be fixed by finding the other package that has the library on your Creatio site and manually removing the library from one of the packages to resolve the conflict.

Show all comments
marketplace
dependencies
install package
devlabs
Sales_Creatio_enterprise_edition
7.18

I installed the "Calculation Working Days" business process template from marketplace. It is set as having the Custom Package as its only dependent package, but we need to be able to use it as part of business processes in our current configuration package (which is not the Custom Package). When I try to add the  package from marketplace as a "dependent on" for our current package I get an error. See screenshot. Posting here as the Marketplace page says it's supported via posts in Creatio Community.   https://marketplace.creatio.com/template/calculation-working-days-busin…

Like 0

Like

2 comments

Hi Andriana!

The issue is caused by the missing data binding for the "SysWorkplace" and "SysModuleEntity" objects. To fix the issue, make sure that data with aforementioned IDs is bound to the package that is experiencing data binding issues.

Hello,

 

We are facing a similar issue. Could you please let me know if binding solved this issue? Please confirm what are the bindings that need to be done because I see that sections are already present in the SysModuleInWorkplace_SectionInWorkplaceManager data binding. 

Show all comments
Sales_Creatio
marketplace
7.18

Hi,

I'm trying to install add-on from Marketplace (https://marketplace.creatio.com/app/word-pdf-attachment-converter-creatio), but an error occurse in the process of instalation:

2022-03-23 15:20:14,091 Errors and (or) warnings occurred while compiling configuration dll

2022-03-23 15:20:14,091 Autogenerated\Src\GlbAsposePDFHelper.GlbWordToPdfConverter.cs(5,8) error CS0246: The type or namespace name 'Aspose' could not be found (are you missing a using directive or an assembly reference?)

 

Please suggest how solve this issue. Detailed log file is attached.

 

Thanks!

 

File attachments
Like 0

Like

1 comments

Hi,

 

The add-on is only compatible with Creatio 7.15.0 and earlier. We recommend using the following add-on instead: https://marketplace.creatio.com/app/asposepdf-connector-creatio.

Show all comments

Hi community!

 

I have tried to update my customer's version from 7.17.1 to 7.18.5.

Everything worked fine until version 7.18.2. The update process stopped with the following errors:

 

[10:51:58] List of errors occured during utility execution: 

[10:51:58] 1) Autogenerated\Src\GlbExchangeGroupHelper.GlbExchangeFolderSynchronizer.cs(52,45) error CS0029: Cannot implicitly convert type 'System.Threading.Tasks.Task' to 'Microsoft.Exchange.WebServices.Data.ContactsFolder' 

[10:51:58] 2) Autogenerated\Src\GlbExchangeGroupHelper.GlbExchangeFolderSynchronizer.cs(85,35) error CS1503: Argument 1: cannot convert from 'System.Threading.Tasks.Task' to 'Microsoft.Exchange.WebServices.Data.ContactGroup' 

[10:51:58] 3) Autogenerated\Src\GlbExchangeGroupHelper.GlbExchangeFolderSynchronizer.cs(68,41) error CS0029: Cannot implicitly convert type 'System.Threading.Tasks.Task' to 'Microsoft.Exchange.WebServices.Data.ContactGroup' 

[10:51:58] 4) Autogenerated\Src\GlbExchangeGroupHelper.GlbExchangeFolderSynchronizer.cs(98,45) error CS0029: Cannot implicitly convert type 'System.Threading.Tasks.Task' to 'Microsoft.Exchange.WebServices.Data.ContactGroup' 

[10:51:58] 5) Autogenerated\Src\GlbExchangeGroupHelper.GlbExchangeFolderSynchronizer.cs(163,48) error CS0029: Cannot implicitly convert type 'System.Threading.Tasks.Task' to 'Microsoft.Exchange.WebServices.Data.ContactsFolder' 

[10:51:58] 6) Autogenerated\Src\GlbExchangeGroupHelper.GlbExchangeFolderSynchronizer.cs(134,45) error CS0029: Cannot implicitly convert type 'System.Threading.Tasks.Task' to 'Microsoft.Exchange.WebServices.Data.ContactGroup' 

 

The errors are coming from the following marketplace addon: Exchange contacts sync for Creatio | Creatio Marketplace

 

From the release notes, I found out that there was a net standard change in the exchange sync feature in version 7.18.2.

 

The logfile also states that the file Microsoft.Exchange.WebServices.dll is missing in the directory Terrasoft.WebApp\Terrasoft.Configuration\Lib. Instead, the file Microsoft.Exchange.WebServices.NETStandard.dll is now there.

I tried copying the DLL from the backup into this directory, but it didn't solve the problem.

 

I also tried regenerating and rebuilding with the WorkspaceConsole, but since the addon is still installed, the errors are still there.

I haven't found a way to remove packages with the WorkspaceConsole (at least it's not documented). I know clio can do this, but since the web app is nonfunctional, I guess this is no option.

 

Any ideas are very much appreciated!

 

Thanks,

Robert

 

Like 0

Like

1 comments

Hi Robert!



We reviewed this add-on and unpublished it as it has installation issues in the latest Creatio version.



To upgrade successfully on 7.18.2:



1. Delete this package from the configuration using the "Installed applications" section.

2. Re-generate the schema source code.

3. Recompile Creatio.



Then you can update Creatio.

Show all comments
marketplace
email templates
7.18

Hello Community!

I am using an Add-On, Send Email with Attachements from MarketPlace. When i try to Create an Activity (picture below) and then Save the Busines Process, the activity that I I created is not saved. Is there any Fix to this Bug ?

As soon as i try to create a connection(image below) , and try to save , the process of saving doesnt work ?

Like 0

Like

1 comments



Hello Petrika!



The add-on does not support this functionality.

However, Creatio includes a similar functionality out-of-the-box since version 7.17.1.

I recommend using the standard "Send Email" element in business processes.

 

 

 

 

Show all comments
saveprintable
Sales_Creatio
marketplace
7.18

Hi,

 

I'm trying to configure 'Save Printable' process element from Creatio Marketplace. It is required to select value from File Schema for File object parameter. But in my case File Schema is empty. 

What should I do in this case? I really hope for your support.

 

BR Taras

Like 0

Like

2 comments

Hi Taras!

You have to use another lookup, named 'Schema'.

That said, note that Creatio will take the value of the "Id" column with your current setup. However, the "File object" field must contain the value of the "Uid" column. In this case, you should read the value of the "Uid" column from the "Schema" object and pass the value to the "File object" field as a process parameter.



Also, Creatio includes a similar functionality out-of-the-box since version 7.17.1

I recommend using the standard "Process File" element in business processes. https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…

Hi Taras.



Did you figure out what assembly file schema belongs to?

I can read File Schema if my BP is in Custom but not in my Own Package.



Regards,

Solem A.

Show all comments
marketplace
Studio_Creatio
7.18

Hi support

I've installed different addon from the market place.

There are many "marketplace creatio webservice" processes running on the instance

Is there anyone who knows why these business proces exist?

 

Like 0

Like

2 comments

Dear Stefano,



Could you please attach the screenshot once again?



Thanks in advance!



Best regards,

Bogdan

Bogdan,

Hi Bodan,

I've attached the screenshot

Show all comments
data binding
marketplace
Studio_Creatio
7.17

Dear colleagues,

 

I'm getting from a week ago a "Request Timeout" each time I try to bind some data on a demo site.

 

I did it before, but from a week ago, I cannot anymore, some ideas?

 

See it on https://share.vidyard.com/watch/dpoVmZuUhAHbSS6NzaSnuj?

 

It's on Studio Enterprise 7.18, the version list isn't updated

 

Thank you very much

Like 0

Like

2 comments

Hello Julio,

 

The responsible team is working to fix this. The error appears due to the changes in the basic functionality in version 7.18.3. We plan to publish the updated package no later than the end of October.

Alexander Demidov,

Thank you very much @Alexander! :-)

 

Best regards

Show all comments

Problem Statement

A webpage created externally and linked to the Lead object of Creatio CRM to capture the response submitted in the webform and mapped it to the corresponding object (say, Lead) to create a record that involves writing code from creating a web form and integrating it to Creatio Lead object which is a time-consuming process.

Solution

Microsoft Forms connector was created which enables the organization sales team to capture the lead in a seamless mechanism and nurture to achieve a sale which also enhances the sales growth of an organization. Microsoft Forms connector utilize Microsoft Forms to create a customize lead capture form in minutes and consume Power Automate to automatically capture the form response submitted by the user which is then inserted as a record in an object of Creatio CRM site.

This article provides the guidelines about implementing the Microsoft Forms Connector.

Setup Guide for Connector

Visit the Marketplace for the Setup instruction <Marketplace Microsoft-forms-connector-creatio>.

Microsoft Forms Connector – Creatio

Pre-requisite: Kindly register with Microsoft with a valid account (Setup a valid Microsoft Account) to create a Microsoft Forms and Microsoft cloud automated flow.

After the successful Microsoft account creation, Open the Power Automate of Microsoft (flow.microsoft.com) and select the solutions menu listed in the left panel of the window. Kindly proceed to click on the Import option at the top and select browse to choose the Zip package provided by AgilizTech. Click on the Next button and you will see an import button. Kindly click on import to install the custom created Microsoft Forms connector into your Microsoft environment.

Figure 1:

After the successful implementation, you will see a new solution named Creatio Solution added to the list as depicted in Figure 2 below.

Figure 2:

 

Setup for Microsoft Automated Cloud flow procedure

Create a Microsoft Form with the Microsoft that was created earlier. A Microsoft form can be created based on the custom business need with any of the below fields.

  1. Text (Paragraph)
  2. Text (Line)
  3. Date/Time
  4. Number
  5. Email
  6. Drop-down List

Share the Microsoft Form URL (Shorten the URL if needed) after finding the target audience and it can be shared Via e-mail and social networks also.

Figure 3:

 

Setup of the Landing page in Creatio CRM site

Now, create a Landing page in Creatio CRM Site which acts as a medium to allow the Microsoft Forms response to insert as a record into the Lead object.

Go to Landing Pages and Web Forms section in Creatio (available in Marketing & Service workspace) and click on New, then select Lead registration form from the drop-down. Provide the Name*

for the new landing page and set the Website domains* as https://flow.miocrosoft.com since the request is sent from Microsoft flow to Creatio CRM (in consideration of authentication).

Figure 4:

 

Setup of Automated Cloud flow to capture a Lead into Creatio

We will create a Microsoft flow like Business Process in Creatio with its own features. Open the Power Automate and select My flows from the available menu in the left panel. Click on New flow and select Automated cloud flow from the dropdown. Set a name for your flow and set choose your flow’s trigger value* as when a new response is submitted. This helps to trigger the Microsoft flow when a Microsoft Form is submitted.

1.Select the formId value as the form name that got created (all the forms will be displayed in the displayed in dropdown select the required form name).

2.Click on Next Step to create a new step as adding a new element in Creatio BP. Select Microsoft Forms and select Actions, then choose Get Response details, then set Response Id field value as Response Id which is used to collect the values from the submitted form.

3.Click on the next step, select the custom tab in the newly added step and select Creatio connector.

Figure 5:

Set the instance name and formid values. Both these values are obtained from the Creatio CRM site.

*Instance_name – You Creatio CRM Site (yourdomain – www.yourdomain.creatio.com)

Formid – Your Landing page record id. (It is found inside the landing page record created in Figure 4). Now, bind the form response to the Fields of the Creatio Object and click on save.

Figure 6:

NOTE: The Creatio object field name should be provided in formFieldsData name and dynamic response is given to corresponding formFieldsData value to map the field values of Microsoft forms to the field of Creatio object.

After the successful setup, when your Microsoft Form is submitted, the automated flow gets triggered which has Creatio connector (holds Target site name & Landing Page) is executed and a record is inserted into Lead object.

Figure 7:

Figure 8:

 

Privilege of Microsoft Forms Connector

This Microsoft Forms connector helps in reducing the amount of time required to develop the code to build the webpage and minimize the amount of time required to integrate the webform response to the Creatio CRM site Lead object. This Connector acts as a single stop solution to create a lead with less investment of time, results in capturing more lead and enhance sales.

Like 3

Like

Share

0 comments
Show all comments