Thank you for your post and the provided solution!
If you face the same issue again and you will not be able to unlock a custom package yourself, please, feel free to contact Creatio Technical support team at support@creatio.com, we would be happy to assist.
Above error I am getting while opening/editing the record in creatio mobile applciation.
There are total 5 details configured on the section and I see only these detail configuration in mobile is causing this issue. Now the next thing is this error is not because of any specific details. It is random.
Can anyone please help me why these details configuration is causing this error ?
The error CANNOT READ THE PROPERTY "..." OF UNDEFINED is quite general and its hard to tell what can be the issue from the screenshot. It is necessary to have a closer look into it. Try to approach the Creatio support team to look at the error closely.
Using OOTB templates, an email is sent when case is resolved. The email is however delivered without Satisfaction level icons. Any help would be much appreciated. Please refer attached images for actual email being sent and template used.
Thank you for your response. Yes, the settings are in accordance to the article you had shared. I managed to get the ratings, but am stuck with another issue :
This case was resolved as a part of Creatio support ticket.
The issues occurs due to a custom Business Process that is using the OOTB Customer Satisfaction email template.
Due to Creatio security reasons there is no possibility to use incident estimation links in simple "Send email" processes as the "Endpoint not found" message would be provoked.
Please note that if it is required to use a custom Business Process in a solution, we may recommend using the "SendEmailToCaseContactProcessMultiLanguage" Business Process (called "Send email to case contact") and two elements of this process ("Handle template for email with macros" and "Send email") as in the screenshot below:
You may freely configure the "Handle template for email with macros" element using the [#@INVOKE.ESTIMATELINKSGENERATOR#] macros in it for proper estimation link execution.
I added a custom date filter to the base schema so that the changes will be reflected in all sections.
Able to see the functionality but it takes minutes to reflect results.
This is the link I followed to apply the Date Filter and I made changes to the base section schema so changes must be visible in all sections all at once.
You need to take a look at the SELECT query that is sent to the database when specifying a filter using this custom filtration by dates and see the SELECT query text. Try adding indexes (see the "Adding indexes to the object" paragraph) for the StartDate column and also for other columns that are used in the ESQ:
Also try parsing queries themeselves using SQL-server profiler and add indexes to the columns that are mentioned in the WHERE and OrderBy clauses. Indexes should help in optimizing SQL-queries (since the problem is definitely in them).
We are trying to send an email to get feedback and customer satisfaction rating. However, the satisfaction scale does not translate to images and instead gets sent as follows :
Could you please help here? We have used OOTB Email template "Case feedback request notification"
The possible reason of such behavior can be the empty "Website URL" system parameter. To fix it, please go to the System Designer area, open the System Settings section, and find "Website URL" configuration:
Open it and populate the "Default value" field with your full site web address and click Save button for applying the changes:
Best wishes for a pleasant and successful New Year!
It is necessary to bind data from MiniPageModes and MiniPageSchemaUId column of SysModuleEdit table. The columns store info about what modes your minipage has. Seems like this binding is missing and as the result the checkbox is not active.
It is necessary to bind data from MiniPageModes and MiniPageSchemaUId column of SysModuleEdit table. The columns store info about what modes your minipage has. Seems like this binding is missing and as the result the checkbox is not active.
We have a usecase where a field on a section references a detail. Is there a way to hyperlink this field so that when user clicks it, they are directed to the edit page of the detail?
I have already added the "Displayed value" in the object settings. However, the name of the detail is not hyperlinked, rather it is a plain text. Please see attached images. The field I want to hyper link is "Reading".
I need to set current login contact as my default filter even though I clear employee filter and when I login back by default it should reset to current contact filter.. Please help me out to achieve this
Please check the example in the DEFAULT FILTER FOR SECTION Community post. It explains how to set default filtering conditions in the Account section by the Category field.
Please, let us know in case any further infortmation is required.