I have three edit pages for Opportunity section, and I would like to replicate the Confidence Level block from the out-of-the-box edit page to the other two pages I created. I have attempted to copy and paste the block, but I am encountering some issues. Could you please advise me on how to proceed or provide me with any necessary instructions?.
Hello everyone, I'm looking for a way to integrate information about an appointment, such as the date and time, into my email template. I have set up the email to be sent automatically when an appointment is scheduled, but I'm having trouble incorporating macros. Can anyone help?
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.