Problem Description
I'm trying to integrate an external .NET library (Npgsql) into my custom Creatio package to connect with a PostgreSQL database. However, I'm encountering version compatibility issues with System.Runtime.

 Current Setup
- Package Name: UsrWebServiceLog
- Target Library: Npgsql
-...MoreLess

Like 1

Like

2 comments
Best reply

Kyrylo Atamanenko,

According to your suggestion, it might function if I use an older version of the Npgsql driver.

Show all comments (1)

Hello Community,

            I have created a business process using a script element that relies on "Newtonsoft.Json.Linq". 

Scenario 1 : When I add the business process to a custom package, it works perfectly. As shown in below Image

#Issue

Scenario 2 : When I add the business process to my app package "UsrG***", it throws an error during publishing due to the Linq dependency.

Let me know if you need any more adjustments!

Regards,

Ajay K

Like 0

Like

2 comments
Best reply

Hello,
 

This situation can occur if your custom "UsrG***" package has the "Compile into a separate assembly" attribute.

Compile

When converting...MoreLess

Show all comments (1)

Hello all,

Is there any way yet to disable Creatio automatically generating packagess and adding dependencies? It seems to completely disregard my current package system setting and Creatio's assigns dependencies to go in circles which then takes more time for me to clean up. Half the time when I remove...MoreLess

Like 3

Like

4 comments

Hi Kevin, you need to disable the Feature called UseSchemaDesignPackageUIdByHierarchy. In yor instance must add this "/0/Shell/#Section/AppFeature_ListPage"...MoreLess

Show all comments (3)

Hi Academy,

Which is the correct set of OOB pacakge dependencies when creating a new pacakge that is going to store developments/customizations done to the mobile app.

Regards

Sasor

Like 0

Like

0 comments
Show all comments

Hello all,

My colleague and I are trying to develop applications with specific dependencies but Creatio keeps adding dependencies we don't want to the package when we save a business process. Is there a way to turn off the automatic adding of dependencies? I'd prefer to receive an error message if I'm using something for which I don't have access.

Like 2

Like

2 comments

I would love to turn this off and have an error telling me what it needs instead. The auto adding dependencies could be nice but I’d prefer...MoreLess

Show all comments (1)

hi all,

 i have my Vm Installed Creatio in it with version 7.18.4.1532 

so when i create a package and add dependencies " SalesEnterprise_Marketing_ServiceEnt " it gives me this error 

any sol please 

thanks 

Like 0

Like

2 comments

I believe the error is indicating that you have bound data in your package for SysModuleInWorkplace and the bound data references a record in...MoreLess

Show all comments (1)

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...MoreLess

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...MoreLess

Show all comments (1)

Changes on attributes dependencies are not being triggered on my detail edit page. Any reason for that ?

regards,

Like 0

Like

1 comments

Ricardo,

It's really hard to understand the issue completely without the code of the detail edit page and without the logic that the code represents...MoreLess

Show all comments