As Creatio partners, is there a way of managing a multitenant installation of Creatio? Basically, we are looking at a case where we would like to spin up a cloud instance of Creatio containing our common implemented package for every new customer and manage all instances through an administration portal. Is this possible? What are the licensing implications, if any?
It will be easier to deploy such schema on the on-site application since you can control the environment and create as many copies of existing application as you need to. Other solution would be to use SVN or packages to transfer changes. The task as you described it can also be implemented via Marketplace addons like Field Sales.
Thank you for your response, Angela! This is in the context of cloud. Is there an admin portal for the partner to manage an implementation-specific image (containing all creatio technical components) that can be provisioned for all customers by the click of a button and also manage all such configured instances? In such a setting, how does marketplace licensing for plugins work? Is it on a per-instance model or a base package model?
Such an option is not available for cloud - for security purposes, we manage our servers only internally and do not provide access to it for partners. As for the marketplace licensing - please check this article:
Yes, it is possible to add buttons on the cti panel. In order to do it you should override the “initCallRelationHistoryViewConfig” method from the “CtiPanel” schema. Please find the information about how to create a replacing client schema in the article by the link below:
To enable the "Call" item on the CTI panel, please, go to the User profile area - Call Center parameters set up, and uncheck the Disable Call Center integration parameter:
Please, let us know in case any further information is required.
Is there a way to add the tags in the Excel report section . For example, I have created a tag in the opportunity section. Is there a way to add that tag field in the excel reports too.
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.