Hello!

I've been searching for documentation on how to access data in a column, from the database, but to no avail. To give you some sort of background, my Product object has a detail called Collateral. Users can add more collaterals - each having an allocation percentage. What I need is to create...MoreLess

Like 1

Like

4 comments

Hi Maria,

You need to use ESQ to get the data from some record in the detail related to the section. In this case you need to get the Id o...MoreLess

Show all comments (3)

Hello Creatio Community,

This happens in the Application Section. When i fill in the product terms and try to save the Application this pop up is shown. Meanwhile the object SysFinApplicationSpecRight doesnt exist at all in the database. How can I fix this problem ?

Regards

Like 0

Like

2 comments

Printscreen of Error Logs

Show all comments (1)

In database I have Order table and Product in Order Table. The Order table i have the same Order no but it not a same record because it order created a different day

Ex.

OrderNo : 0001 Created : 2022-01-21

OrderNo : 0001 Created : 2022-02-21

 

The problem is I cannot import Product in Order table data by match order no and date in Order table

 

How import data by excel file with same order no but different date and different record

Like 0

Like

1 comments

Maybe you could create a single column in Creatio to store order number + date, then in the Excel file use a formula to append the values together...MoreLess

Show all comments

Hello Community,

There are many use cases where we need to change the data type of a column. We have observed the following behavior wrt data type changes and want to understand why this happens.



DB - MS SQL



Behavior #1

Say a column has been created as String(250) and published. Changing it...MoreLess

Like 0

Like

4 comments

Hello,

Hope you're doing well.

We tried to reproduce the behavior you have described for different types of DB (PostgreSQL and MSSQL) in two...MoreLess

Show all comments (3)

Hello community,

There are numerous use cases where Creatio filters for some data before showing on the UI. Few examples below - 

  1. Writing ESQ from JavaScript where we filter an object for only select records by adding filter groups. 
  2. User applying of a filter in a section list page or a...MoreLess
Like 1

Like

5 comments

Hello,

Yes, all filter conditions are added as conditions for queries and are performed at the database layer. You can see this if you...MoreLess

Show all comments (4)

Hello community,

Earlier, we would not be able to access the database directly on Creatio SaaS cloud installations and would have to reach out to Creatio support for any assistance. Does this still continue or is there a roadmap to enable direct database access even in the Creatio cloud offering?

If...MoreLess

Like 1

Like

4 comments

Dear Shrikanth,

Due to security reasons the direct access to the databases is not available. If there is a necessity to migrate some data from\to...MoreLess

Show all comments (3)

Hi Community,

I'm trying to understand the behavior of Creatio with Indexed / Non-Indexed databases. Does Creatio handle database indexing by default? If yes, which are the default fields that are indexed?

Also, can a Non-Indexed database affect Creatio's performance considering a production environment? Or does indexing only affect direct DB scripts configured in the packages?

Thanks in advance.

Like 2

Like

1 comments

Hello Halludeen,

Hope you're doing well.

By default, the Creatio application can handle the database indexing. For cloud solutions...MoreLess

Show all comments

Creatio by default allows a user to choose between 50, 250 and 500 as max lengths of a Text column from the Object designer. In a use case where Creatio co-exists with an external system and both share the same fields, it becomes important to maintain consistency with respect to data type...MoreLess

1 comments

Hello Shrikanth,

Hope you're doing well.

Thank you for being interested in the Creatio application and further its improvements. We have...MoreLess

Show all comments

When I try to implement esq and multiple filters, only last added filter will work. Rest will be kind of overrided by the next filter.

For example, If I use 3 filters - 

esq.filters.add(esqFirstFilter);
esq.filters.add(esqSecondFilter);
esq.filters.add(esqThirdFilter);

I am getting results on the...

MoreLess

Like 0

Like

1 comments

Dear Ramnath,

In order to resolve the issue please use the following code for adding filters:

esq.filters.add("esqFirstFilter", esqFirstFilter)...MoreLess

Show all comments

Dear mates,

I would like to modifiy our timelines on differents pages.

I try to follow the guide: https://academy.creatio.com/documents/technic-sdk/7-13/timeline-tab

But i can not access the database to do the modifications.

How can we have an access to the database ?

Thanks,

Nicolas

Like 0

Like

1 comments

Hello Nicolas,

This method is only good for the development environments deployed on-site. Since the modifications are implemented directl...MoreLess

Show all comments