It would be great for Creatio to provide OOTB templates scenarios of business process and marketing campaigns best practices according to top industries and aggregated anonymized and AI analyzed data gathered from your cloud , and if possible even country habits, the way SAP does.
This would allow taking a head start or providing ideas.
I am willing to configure queues and was wondering what is the best practice? Do I configure them on the dev environment and bind them to my working package or shall I create them in prd environment directly?
We recommend transferring packages between environments deployed on the same version of Creatio in order to avoid unexpected issues after or during the process.
Our business case requires us to prevent editting details and fields or adding new detail records after the opportunity has been closed (won or lost). We have some ways of doing it - run a business process that prevents write access, hide + button on details, disable save button, etc.
But this use case sounds a bit too common to us, as ideally, any opportunity must not be modified upon closure.
We were wondering if there are any out of the box features that can handle this or any best practice that you all can suggest.
With this academy, it will hide all edit, add, delete action for detail also. But user can modifies by open detail edit page via double click action. If you want to prevent modifies details you can create process to update status to detail records and do the same with the academy above.
The link provided by Phuong is a good route to go and the way I would do it. However, you can also do this in a process as well that triggers on a signal of opportunity modified where the stage is closed. You could just remove edit permissions for all access rights as well. Just thought I would mention this in case you wanted another approach. Note, if you go this route, you'll want to make sure any details on the opportunity inherit their permissions from the opportunity as well.