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.
I have a fault tolerant installation on-premise where there are 3 nodes running Creatio. Is there a way of configuring node-specific system setting? In other words, is there a way to have different values for different nodes for the same system setting?
Such an option is not available for fault-tolerant installation.
Fault-tolerant architecture implies that when one node fails, users will be able to work with the neighbouring one. If two neighbouring nodes are different, then this is no longer a fault-tolerant architecture, but two different applications.