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
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 ?
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
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
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
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?
I have done data migrations directly to the database on several occasions with no issues. The most challenging part is the creation of the access...MoreLess
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?
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