Please, note that it's not recommended to bind users, organizational structure, roles, licenses, and other administrative things to a package. It will be very hard to handle that if you decide to install that package after the moment when the client adjusts that administrative things according to his or her needs directly on the production.
Unfortunately, there is no script we could provide you with but in case you decide to bind this data and transfer it to another environment we suggest checking all changes on the copies before delivering it to the production websites. The organizational structure is in the "SysAdminUnit" and "SysAdminUnitInRole" tables and you are right, it's possible to bind it to the package via SQL scripts only.
Please, note that it's not recommended to bind users, organizational structure, roles, licenses, and other administrative things to a package. It will be very hard to handle that if you decide to install that package after the moment when the client adjusts that administrative things according to his or her needs directly on the production.
Unfortunately, there is no script we could provide you with but in case you decide to bind this data and transfer it to another environment we suggest checking all changes on the copies before delivering it to the production websites. The organizational structure is in the "SysAdminUnit" and "SysAdminUnitInRole" tables and you are right, it's possible to bind it to the package via SQL scripts only.
Thank you Mykhailo for the quick response. Appreciate the callout of the risks. Based on this, I see makes sense to stick with managing security configuration directly in Production.
Hello all! Which part of the code do I have to edit to show the contact phone number in the contact card visible in leads / opportunities? Thanks for your help.
Currently there is no possibility of mass records edition (like assigning an owner to multiple records), however, you can do it with the simple business process. Here is the example with the Accounts.
I used to have different owners:
but after running this process
all of them were changed to the Supervisor:
We have already registered the idea for our R&D team to implement this functionality in further releases. I will assign your case to this project in order to increase its priority.
We have consulted with the product owners of this feature and we are certain that this task can only be achieved by the means of development.
Also, we have created a request for our developers in order to bring this functionality in future releases.
Thank you for this suggestion, this helps to make our product better!
In the meantime, as a workaround, we recommend creating a Word report and generating it within a business process, followed by sending it via email. This approach should help you achieve the desired outcome.
For detailed instructions on setting up this business process, please refer to the following articles on the Creatio Academy:
I would like to know the name of the function/handler that's called when creating a record and saving it in an editable detail in FreedomUI so that we can override it. We also noticed SaveRecordRequest doesn't seem to be called here.
on the schema where detail is added and it's successfully triggered:
It also depends on which handler you have specified in the "Add button" properties, you need to find it in the schema diff (in my case it was crt.CreateRecordRequest):
The detail we are working with uses an inline record to create new records which doesn't seem to be calling CreateRecordHandler or CreateRecordRequest.
We don't have such functionality for now in Freedom UI.
We've registered it in our R&D team backlog for consideration and implementation in the future application releases. Thank you for helping us to improve our product.
I'm Getting Error while compiling the workspace everytime. I checked the error log and it's saying as below. Kindly help to resolve this. Have attached the file for reference.
[57] ERROR IIS APPPOOL\Creatio Terrasoft.Core.UserConnection OnCurrentUserConnectionChanged - Overwriting UserConnection.Current in the same context is not allowed at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
The ProcessModuleUtilities module doesn't provide any ability to get output params in the callback. A process could take seconds, minutes, or days to complete, so the callback isn't executing when the process is complete, it's executing when it's been successfully started.
To get the params from the process you'll need to use a script task in the process to send them in a message to the front end UI and then wire up code to listen for that message. You can see an article how to do that here:
I'm trying to call hierarchical copying from the front-end of my Creatio application, but I'm having some trouble. I've read in the Creatio documentation that I should use the callService() method, but I'm not sure how to use it correctly.
I saw an example in the documentation that uses the "ProductBankCustomerJourney" package and the "ProductConditionDetailV2" schema, but I can't seem to find these in my application.
Can anyone provide me with some guidance on how to call hierarchical copying from the front-end of my Creatio application? Any help or advice would be greatly appreciated.
This package is a part of the bank-sales-bank-customer-journey installation files so probably that's why you cannot find it in your app. It would be easier to get such a demo or onsite installation files and review the logic there. Here are the methods from the ProductConditionDetailV2 schema:
While creating a list page or form page in FreedomUI, we noticed that the option to view the changelog is not present even after enabling changelog for that particular object.
We would like to know how to get this option in the form page (edit page) like in the previous versions.
Is there any update on this? I can't see the change log option in a recently created 8.1 free cloud environment after turning it on for an object, nor an action that would correspond to it similar to what the Access Rights has for that button.
There's been an update on this - in release 18.2 there's a possibility to add a button with an action "Change log" - it can open a page with a change log for the record or entire object. The only thing is that it is still the old design and the button opens a new tab, so it's not visible on the record itself.