I am trying to create a new freedom UI section from the application hub. After giving a name "Requests" for the section, the section gets created with the name. But in the backend the code of the object and its associated pages are auto generated in the format "UsrApp_qbm8q4f".
Is there a way to generate the code as "Usr[SectionName]", every time I create a new section instead of some random auto generated text which is not a developer friendly code?
We've registered it in our R&D team backlog for consideration and implementation in future application releases. Thank you for helping us to improve our product.
So, I have 2 columns: 1 is Business Line for Legal Entity and the other one is Business Line for individual. I want the business line to be show on the even if it is for the LE or for an individual to be shown on the same column.
Anybody aware of the use of SysProcPersistentStore table in creatio? A customer has 19GB of data in the table but we don't know where the data comes from.
It's a known issue. We'll gladly provide a solution to your particular instance in case you submit a request to our Technical Support team via support@creatio.com.
I'm trying too display the same object as 2 separate details filtered by a type, however I want to be able to make each detail auto set that type dependent on which detail was used to add the new record, ive been trying to find a solution but cant, any recomendations?
Please be informed that by the system's logic, the details still refer to the same object and even if you create several different details they are still based on the same object and therefore the edit pages will look the same. We already have this problem registered for our R&D department and in future releases this logic may be changed.
I know they refer to the same object, are you not able to have the different details enter data slightly different? So if you enter it from one detail the type is set to "revenue" and the other "costs", otherwise id need to have a lookup to do it when it shouldn't be necessary.
I just upgraded a copy of our development Studio Site from 7.18 to 8.0.4. When I go to the Application Hub the existing applications/packages are not there. What is the process to convert\add those existing apps/packages to the application hub to start using the new 8.0 components on our existing applications?
There should be all packages that were there in 7.18 UI.
If you want to manually add the existing packages to the application hub - you have to create a record in SysInstalledApp package and SysPackageInInstalledApp.
There should be all packages that were there in 7.18 UI.
If you want to manually add the existing packages to the application hub - you have to create a record in SysInstalledApp package and SysPackageInInstalledApp.
Thanks Aleksei. I was able to add the applications on the app hub following your instructions. Is there any article on Creatio with steps/best practices for converting existing pages/sections from the 7.18 version to the new Freedom pages/sections?
You can use the diff code provided by Nishit Singla, with one change. Instead of Insert, please use the "merge" keyword since the insert will consider it as a duplicate entry of the same item.
The below should be sufficient to enable/unlock the field.
Also, make sure you need it in "OpportunityPageV2".
Please also take into account that the changes will be saved in the Change Log only if they were made not directly into the DB (for example changing this field via SQL script won't be shown in the Change Log) and also, you need to save the record every time a change is made.
So for example, if you change Mobile phone field to 999999999, then to 888888888 and to 7777777777 without saving after each and every change - it won't appear in the change log.
I am changing the record and saving it every time. It does not show all the changed values in Change log. It is showing only very first entry in change log. What would be the issue? Did you try to replicate it?
Indeed currently there is no possibility to modify the label color or on a regular basis or on specific conditions and unfortunately there are no examples of how to do it via the code. We have the task registered for our Core R&D team to add this possibility in one of the future releases of the Freedom UI designer. I will let them know about your community question so to prioritize the task for them. Thank you for helping us in making the app better!
Note, ability to change colors of a component via business rules is on the roadmap, currently slated for Q2 2025 (I was assuming that would mean 8.3 possibly, but it's not in the current alpha build, unless it's a beta feature that needs to be enabled - although that isn't listed on the change log, not even as a beta feature)