I want to create a virtual column in the case entity with the normal section wizard and I'm a bit confused with the mutiple methods that have been posted in this forum. Does anyone have a custom code that works? :)
I want to create a virtual text 250 colum in the case section that automatically show the value of a text column of the case account.
modify the "CustomTextColumn" virtual column value each time account is changed in the "Account" lookup
4) Modify the value in the "CustomTextColumn" virtual column each time we open the account from the CasePage (click on the value in the "Account" lookup) and modify the value in the "UsrCustomAccountColumn" custom column on the account page and return back to the case page (initOnRestored method).
modify the "CustomTextColumn" virtual column value each time account is changed in the "Account" lookup
4) Modify the value in the "CustomTextColumn" virtual column each time we open the account from the CasePage (click on the value in the "Account" lookup) and modify the value in the "UsrCustomAccountColumn" custom column on the account page and return back to the case page (initOnRestored method).
this helped me very much. Do you know how I could didplay this text as multiline? Currently the formatting of the source field in the account page is not being passed on.
Thanks,
Markus
Oleg Drobina writes:
Markus Kumpfmüller,
here is a simple example I created and tested recently:
modify the "CustomTextColumn" virtual column value each time account is changed in the "Account" lookup
4) Modify the value in the "CustomTextColumn" virtual column each time we open the account from the CasePage (click on the value in the "Account" lookup) and modify the value in the "UsrCustomAccountColumn" custom column on the account page and return back to the case page (initOnRestored method).
Is there a way to copy the record on click of a button in the Form Page such that it will open the record with copied values and is open to edit values?
When I tried to copy a record using Modal class it directly creates a new record in the DB. I don't want to create a new record in DB with copied values but to open a new record with copied value.
By clicking a button you can start a business-process in which you have the element "Open edit page". In this element, you can also set default values from all the columns you need.
I tried doing this but I could not find my custom Form page in the Open edit page field.
Actually I wanted to perform the same operation that we do on click of "Copy" of a record from a list page in the form page on click of button.
On click of a button, Copy all the fields in the current form page and open a new record with copied fields, But the record should not get saved in DB until user saves the record.
To make a column mandatory in FreedomUI, you can follow these steps:
Identify the column you want to make mandatory in the detail view of your form.
Open the code or configuration file associated with your FreedomUI implementation.
Locate the section or code block related to the detail view of your form.
Find the column you want to make mandatory within the code or configuration.
Depending on the specific implementation of FreedomUI, you can typically add a validation rule or attribute to the column to make it mandatory.
Add the necessary code or configuration to enforce the mandatory requirement for the column. This may involve setting a "required" flag, adding a validation rule, or specifying a validation message.
Save your changes and test the form to ensure that the column is now mandatory in the detail view.
It's important to note that the exact steps may vary depending on the version and customization of FreedomUI you are using. Refer to the documentation or consult with the developers or support team of FreedomUI for specific guidance on making a column mandatory in the detail view.
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)