We would like to change the alignment of few of the heading/values in the list view from “centre” alignment to right alignment in the dashbaord.
As shown in the screenshot, we want the Quantity [heading] and values to be right aligned rather than centre aligned. Is it possible to change the alignment in the dashboard or any coding needs to be done
RABBITMQ does not require load balancers for its work.
If the question is how to set up deployment with high availability, RabbitMQ cluster mode is used for this.
Several nodes are configured as a cluster and data are replicated between them automatically. More information can be found in the article Clustering Guide - RabbitMQ.
Creatio uses Quorum Queues — RabbitMQ, so you don't need to configure anything besides connecting to the cluster. But this applies specifically to the work of creatio with RMQ. If the question is about the mail microservice, this paragraph is not relevant.
RABBITMQ does not require load balancers for its work.
If the question is how to set up deployment with high availability, RabbitMQ cluster mode is used for this.
Several nodes are configured as a cluster and data are replicated between them automatically. More information can be found in the article Clustering Guide - RabbitMQ.
Creatio uses Quorum Queues — RabbitMQ, so you don't need to configure anything besides connecting to the cluster. But this applies specifically to the work of creatio with RMQ. If the question is about the mail microservice, this paragraph is not relevant.
Access rights in Creatio are distributed according to the “least access” principle. This means that portal users are prohibited from everything that is not given direct permission.
After adding an object to the "List of objects available to the portal user" lookup, you need to check the rights to create/modify/delete operations and the rights to the columns for the added objects.
Even though it's great to have an opportunity DCM best practice example, we encounter the need for most clients / prospects to review it from scratch.
However, the OOTB Opportunity and lead DCM's are quite heavily embedded in the system, and it would be great to have a step by step guide to explain which processes are active and linked to these 2 DCM's and how to deactivate them.
Also, how to handle the current entries (lookup data for example ) so to make sure that they do not appear in filters etc (as it is not recommended to delete OOTB fields).
The registered idea has been accepted, but at this moment the implementation of it hasn't been put on a roadmap so we do not have any ETA for it yet. However, I will mention this inquiry there to raise its priority.
We recommend you creating a case directly for our support team at support@creatio.com providing all the details regarding this question, so we could properly check the issue.
Would also like to have solution described in community, rather than having to go back and forth between 3 platforms (partner portal, github, community).
Or maybe, having an FAQ for common marketplace place app issues directly in marketplace apps as a new tab to find the answers directly with the right app ?
Please note that unfortunately in such system with joined access there is no way to implement this logic. If a record is available to more than 1 user, they will all be able to access it at the same time and make changes to it at the same time. They can save the record one by one, all the changes will be applied, but the changes made by the last user to save the record will stay.
If user1 is editing a record, and user2 should not be able to edit the same record, and system should show error message saying "user1 is editing this record" and prevent user2 from editing the record. How to implement this functionality?
As ws mentioned above, this kind of logic cannot be implemented even through means of development due to specifics of the system. While a user is making changes to the fields, before this user saves the record, no actual changes are being made. All the changes are only displayed on their side of UI, but before the actual "Save" these changes aren't "registered" in the system in any way, they don;t actually takeplace, therefore this logic cannot be implemented.
When user opens the page from a Section (e.g. Orders), it works correctly - all fields and details are locked.
But when user opens the same page from a detail (e.g. Account/History/Orders) - all fields and details are not locked, so DisableControlsGenerator doesn't work
I've run into a small test by displaying the configuration items detail on the contact page and by applying fields locking on the configuration item page. When opening the configuration item from the detail located on the contact page the fields are locked. So the issue is that the conditions that you use to lock the page are not working as they should.
I was also able to reproduce it for Contracts, will contact our R&D department for clarifications and return to you once I receive any feedback from them.
The logic of this list creation is located in the "SupplyPaymentDetailV2" module in the "initItemTemplates" method that is triggered by the "init" method in the same "SupplyPaymentDetailV2" module. This formed list of templates is than connected to the "AddTypedRecordButton" button in the "controlConfig" property: