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!
Any idea how we can achieve this requirement. We need to build charts from third party data source like API instead of using crm's objects as data source.
how can I make the fields appear automatically to the user in a specific order and then the user will fill them in that order, for example: if I have a task to fill in the username, phone number and email, I want the system to automatically show username field in front of the user and he fills it in, and when he finishes, the phone number field will appear, and then the email.
because I want the system to guide the user to each field, I don't want the user to click on each field and fill it.
To make the fields appear one after another, you may set the business rules for the field. Here's how to do that:
1. Open up the page to set up.
2. Go to the 'Section wizard' from it ('View' button)
3. Select the 'Business rule' tab
4. Set the rule so that an element (e. g. Title) is only displayed after a particular element is filled in as on the screenshot https://prnt.sc/t8UR6eumB6_Y
5. Move on to making a next separate rule with the same structure for the next field (e. g. if the Title is filled in, then Show "Gender" field https://prnt.sc/tcJbw7kF8GaC)
6. Make the rest of the rules so that all the fields are involved.