I was trying to update my Local Deployed Creatio from version8.0.4.1870 to Version 8.0.6.3522 but after runnig the downloader file in Powershell it is showing error .
Also when i tried the same with version 7.8.0.3374 it is showing updates till 7.17 only.
I am following the update guide from Documentation . Please Advise What to do.
The method described in the article you mention does work for me (In fact, I just did this yesterday with no issues).
Make sure that you've first configured the column layout and selected the "save for all users" and that you're selecting the correct row from the SysProfileData table (the one with no user in the "Contact" column.
If it's not working for you, it's likely one of the two issues listed above.
Hi, i am trying to implement a timer countdown in a field of a section. can someone give any suggestion how we can setup a countdown timer. i am using 7.18 version.
I can see in 8:0 update to add a countdown timer a component is added. but our requirement is to set countdown timer to a specific field. can someone help
Unfortunately, this is only available in the new UI. If you want to configure "countdown" you can update and configure according to this documentation:
In order to change the height and font-size of the left panel elements you need to write your own custom CSS for classes .ts-sidebar-item-image, .ts-sidebar-item-text, .ts-sidebar-list
In order to change the height and font-size of the left panel elements you need to write your own custom CSS for classes .ts-sidebar-item-image, .ts-sidebar-item-text, .ts-sidebar-list
We have a use case where when a user clicks PRINT and selects a printable, we need to save the Printable in the Attachment detail in the Opportunity record, not download the file.
We have managed to save the Printable docx on a modified Opportunity field, but couldn't work out the code triggered upon clicking a Printable in the PRINT menu.
Can you guide us to where we need to make the change?
Thank you for the response. Ideally, we do not want the user to go to the record and then to the Attachments tab every time. We want to show that a user can quickly generate a document using a PRINT menu and automatically save it in the Attachments tab if possible.
Isn't there a System Setting where we can select whether to download a printable or save it in the Attachment tab?
Unfortunately, we do not have ready examples of the implementation of this feature the way you need.
The only difference between the implementation via the addon and the way you ask is that in the addon implementation you will need to go to the Attachments and Notes tab and click the button there.
By the way, it is possible to set up so that the detail is displayed in the first tab.
Unfortunately, it's not possible to cover such a case with basic functionality. You can either enable import/export for the entire system or disable it for the entire system. There is no way to regulate in which sections it can be downloaded and in which it cannot, unfortunately.
We've registered it in our R&D team backlog for consideration and implementation in future application releases.
We want to refresh a Freedom UI page from a business process.
This process is triggered when a field has been modified and will do some calculations.
After that, the page should be refreshed.
In Classic UI, there was an add-on in the Marketplace of it could be fixed with sending a message from a script task which was processed by a method in the javascript page.
Is this still an option in Freedom UI? Or is there another solution?
Also, just to point out, this sort of thing won't be necessary in 8.0.7, which is due out soon. There will be a built in way where you can set an option in the object for it to auto refresh called "Enable live data update". Checking this will handle the sending of the message and refreshing any UI bound to the object automatically when the object is modified in processes etc.
Hi. I had issues with this initially. Make sure that you set Enable Live Update on the object within 'Custom' package. I initially just did it on object within my Package and it did not work
without departing too much from the original thread - in case changes from your development packages are not visible/applied, there's probably an issue with the dependencies of the packages you are working in.
Say you have Package XY that depends only on some Core Packages. If you change the configuration of the "Account" object in Package XY, those changes should be applied in the configuration afterwards. However, if another Package Z sits "lower" in the dependency tree and also contains a replacing schema for "Account," Package Z will always win in case of a configuration conflict. So if XY sets the live data update attribute to true and Z sets it to false, Z's value takes precedence.
The same applies to other configuration schemas that use replacing logic, such as Freedom UI Pages. This replacing logic is what makes it possible to build customizations ON TOP of functionality from other already existing packages on the Creatio platform.
Otherwise you wouldn't be able to modify pre-existing schemas like the default Account Page that ships out of the box.
Basically, for any new customizations or development, you want your package to be just low enough in the dependency tree so it can overrule the pre-existing configuration where it is needed, without creating unnecessary dependencies to all unrelated packages.
I have this requirement where I need to refresh the form page of my record using the refresh button of the new Freedom UI. This button was created with the help of the page designer, as you can see on the image bellow.
However, when I try to refresh the page by clicking on the created button. Creatio, instead of refreshing the current page data, it loads the data from another record.
Before refresh:
After refresh:
Could you please help me understand this behaviour and explain me how can be solved.
Thank you for your post and sorry for invonvenience caused by this problem. This behaviour was removed in version 8.0.7 which is going to be released very soon.