Hello,


I'm working on a service where I have to fetch data from Database. For this, service file 'ClientDBService' was created.

(Code):
----------
using System;

using System.Data;

using System.Data.SqlClient;

using System.Collections.Generic;

using System.ServiceModel;

using System.ServiceModel.Web;

using...MoreLess

Like 0

Like

1 comments

Hello,

Database connection using Script task doesn't relate to the specific Creatio functionality. Please read the C# documentation to find the answer to your question.

Show all comments

Hi,

I'm working on Freedom UI. According to requirements, I have to make connection with Client's DB to fetch data to show on UI.

How can I integrate client's database in Creatio?

Platform: Creatio: Energy (Freedom UI)

Like 0

Like

1 comments

Hello,

You can use integrations to retrieve data.

Such as Odata, Custom Service, etc.

https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/category/integrations-tools


 ...MoreLess

Show all comments

There are cases when a record is inserted directly from db and the bp doesn't trigger on object signal(Record Added/Modified), how do I proceed in these cases?
 

Like 1

Like

5 comments

A direct database insert/update won't trigger a signal needed for a process to start. Only option I can think of is to flag the record in some...MoreLess

Show all comments (4)

Hi guys! I was wondering if there's a direct way to connect Creatio with Airtable...

Thanks in advance,

ALfredo

Like 0

Like

2 comments
Best reply

Hello,

In the basic version, there is no integration with Airtable.

However, you can integrate using other option - https://academy.creatio...MoreLess

Show all comments (1)

It seems that any indexes (unique or otherwise) created in Creatio config are created to ignore case. This is not good from a data perspective, and prevents actual uniqueness checking in cases where the case of the characters matter. We need to be able to configure unique indexes to be case sensitive...MoreLess

1 comments

Hello,

Thank you for this idea, we will translate it to our developers and they will analyze what can be done.

Show all comments

I want to update MaxFileSize and ActiveFileContentStorage using a query to save time. But whenever I tried to run the query from SQL Console it successfully update the values in the database but they are not reflected in the Creatio Portal.

When I add the query in the SQL file in advanced setting...MoreLess

Like 0

Like

1 comments

Hello Syed,

The issue here is that these values are also storred in cache and direct updating of these values are not reflected in the cache...MoreLess

Show all comments

Where can i see the Schema details in the Creatio to edit it.

Like 0

Like

1 comments

Hello,

In Creatio, you can access the Schema details and make edits in the Configuration section

Show all comments

Hello Community,

There is a bug in the system regarding the 'Contact in Folder' object, because apparently uses InsertQuery directly into the database, instead of the InsertQuery class.This object doesn't throw signals. How can we capture the event of an added record in such a scenario ?

Thank you

Sasori

Like 0

Like

10 comments

Hello,

Could you please provide us with an example of the InsertQuery which is not working?

Show all comments (9)

Hi community,

Anybody aware of the use of SysProcPersistentStore table in creatio? A customer has 19GB of data in the table but we don't know where the data comes from.

Thank you in advance.

Have a good one!

Like 0

Like

1 comments

Hi!

It's a known issue. We'll gladly provide a solution to your particular instance in case you submit a request to our Technical Support team...MoreLess

Show all comments

Is it possible to export an existing database schema into a creatio datamodel? Or from an ERD Data export?

I use lucidchart to create a model of my database, it has export functions for MySQL, PostgreSQL, SQL Server, Oracle SQL and a similar platform as creatio, Quickbase. 

Does creatio support such an import wizard?

Like 1

Like

1 comments

Hello Pascal,

unfortunately this is not quite possible.

The thing is that you can export the DB in such way, but you will not have any objects...MoreLess

Show all comments