When i try to merge two account, i've got the following error in the process log:
System.Data.SqlClient.SqlException (0x80131904): The DELETE statement conflicted with the REFERENCE constraint "FKYKBlN1O6UJiw8gMHsBSVNzLbjXA". The conflict occurred in database "legaldoc", table "dbo.Order", column 'UsrAdresseDeFacturationId'.
During the merge, one of the records is deleted. Seems like the one you try to remove has some value in UsrAdresseDeFacturationId that has some connection in other entities.
It is necessary to make sure your deleted record during the merge doesn't have any associated records that has reference to the value in UsrAdresseDeFacturationId.
As we can see from the provided screenshots, the user uses the Google Chrome browser. We recommend using the last official version of Chrome on the Creatio release date.
In case the issue with the layout can be reproduced in different browsers with different screen resolutions, we kindly ask you to contact us at support@creatio.com for further analysis.
Thank you for letting us know! Please, feel free to contact us at support@creatio.com in case the issue can be reproduced on different devices and is nor connected to the graphic card driver itself. We would be happy to assist.
I'm in the same company as Nicolas and i have some more informations to provide about this issue, there is lot of errors showing up in Chrome console, including some http 400 errors, following post is a full dump from the contacts page, where the issue happened.
Also, you can check marketplace application which are related to dashboards and possibly you will be able to find some tools that will resolve your business task.
We are facing the below mentioned error on Building the workspace in file development mode. We could see the duplication errors since the source code files are available at both Package(Pkg) and Autogenerated folder.
Sure, there is an option to block such functionality. However, please note that the development process should be applied.
1. Firstly, you need to create a replacing client module schema for the "FileDetailV2" client module. Please find the information about it in the article by the link below:
Sure, there is an option to block such functionality. However, please note that the development process should be applied.
1. Firstly, you need to create a replacing client module schema for the "FileDetailV2" client module. Please find the information about it in the article by the link below:
Sure, such a solution is appropriate, too. However, it's always better to use this.callParent method to avoid any issues through future updates.
Thus, this.callParent calls the parent method firstly instead of re-writing or breaking its logic, so this is a safer approach for a client module schema replacement.
I would like to do some analysis of fields in our system, looking at when they are updated and frequency of update. Change log is enabled on these fields. Does anyone know the table name that this data is stored in? Or is there a better way to do this?
Can someone help with this? Need to be able to locate where & how the changes are stored. We need to be able to migrate changes from an earlier legacy system to this change log.
Currently, Creatio uses same schema code for all mini pages, so modifying "View Mode" will lead to changes in other modes. Our developers know that some users want to have different views and are working on implementing this task in future releases.
I have made some dashboard but I want to share a link to my clients so that they can have a direct view of the dashboard I prepared through the link I shared with them.
Please help if there is any functionality in creatio with which dashboard url links can be shared to client for viewing the dashboards.
Described solution is working on purchases of similar products data set. How to set model to learn prediction based on similar customers purchases ?
Is there any description or example how to use advanced tool (Query metadata for selecting additional training data, Query for selecting additional training data) on this type of ML model (Recommendation) ?
Advanced parameters are merged with parameters that are formed by standard tools and as a result are formed one common set of parameters. Moreover, in the advanced settings, you can also specify additional filtering parameters.
For recommendation models, no "additional" parameters need to be passed, since the models are trained on transaction data, or any other interaction of the client with the product, for example, the product in the order. The model will not accept any other parameters.
Extended selection is needed for these models, for example, in order to combine data on purchases of goods and views of goods on the site. Then a selection is written that somehow aggregates this data, but as a result, it is necessary to still get a selection of the type - client, product, number.
In recommendation case in "inputs" tag i may add Id and eg. Account Country, Account Category ? - It is impossible to divide this way, since the selection should contain only Id (just an identifier)
user_id (a user)
item_id (something purchased by the user)
value
Finally, there are actually two options for recommendations – selection by standard tools or completely form it using a custom query.
Thank You for explanation. To better understand this tool please clarify me some concerns:
Is this “advanced tools to add columns” overrides basic training data set resulting from “Recommendation dependency” query or this is additional data which are corellared with basic query ?
I mean .. “Query for selecting additional training data”, “Query metadata for selecting additional training data”.
I yes, then what is principle to building additional select ("new Select") to maintain relation between 2 queries (basic and advanced) ? Eg. that selected object should be the same (“Recommendation dependency” = "select .. From x"), what else ?
“Query metadata for selecting additional training data” – In posted documentation
Advanced parameters are merged with parameters that are formed by standard tools and as a result are formed one common set of parameters. Moreover, in the advanced settings, you can also specify additional filtering parameters.
For recommendation models, no "additional" parameters need to be passed, since the models are trained on transaction data, or any other interaction of the client with the product, for example, the product in the order. The model will not accept any other parameters.
Extended selection is needed for these models, for example, in order to combine data on purchases of goods and views of goods on the site. Then a selection is written that somehow aggregates this data, but as a result, it is necessary to still get a selection of the type - client, product, number.
In recommendation case in "inputs" tag i may add Id and eg. Account Country, Account Category ? - It is impossible to divide this way, since the selection should contain only Id (just an identifier)
user_id (a user)
item_id (something purchased by the user)
value
Finally, there are actually two options for recommendations – selection by standard tools or completely form it using a custom query.
Pivot tables were developed using angular in our system and connected to the app as custom element and use shadow dom for styles encapsulation. And the screenshot cannot be done because of the shadow dom. Screenshot is performed using html2canvas library and it has an issue on GitHub https://github.com/niklasvh/html2canvas/issues/430. We tried updating the html2canvas library to the latest version but the error still reproduces and we are now working on developing our own rendering. So as for now there is no workaround for this problem, but using third-party screenshot tools.