When generating a printable report instead of generating reports for all records related to a particular contact, I want to generate reports for selected records only. How can I do this?
We have added a detail named "Display Images," as shown in the attached image. We tried to use the multi-select option, but it is still generating for all records instead of only the selected record.
Unfortunately, there is no such possibility for now.
Please note that our R&D team is aware of this expected Printables behavior and the Idea from our customers that the Printables should Print not only Sections but Details as well.
I don't know it yet, I've been asked by a client about this , like when you you extarct the pdf file and turn it into text by a library in .net or any other backend language, is there a tool in creatio that does the same thing?
As of now there is no such oob functionality in the system. We've registered the idea for our responsible R&D team to consider adding such functionality in the upcoming versions of the system.
At the moment, there is no such possibility with basic tools, to display a column in the invoice with attachments.
However, a task has already been registered in our R&D team to consider and implement such a feature in future releases. In case you would like to check what stage this task is at, I am sending you the task number: PR-30551. Feel free to share this number with us at any time and ask your questions.
Go to System designer -> find "Translation" -> find key Configuration:ContextHelpSchema:LocalizableStrings.SupportEmailBodyTemplate.Value -> for required localization change data -> click the "Apply translations" button
Thanks for the response, but I am trying to update the value of the Localizable Strings of "SupportEmailBodyTemplate" with some custom template. But the value itself has some URL encode embedded to the text, I want to update the text using JavaScript, or is there any other way I can do this ?
You can create a replacement of ContextHelpSchema. To do this: go to System designer -> Advanced settings -> Custom package -> Replacing view model -> in modal window fill "Parent object" with "ContextHelpSchema (ContextHelpSchema)" -> Apply -> Here you can write your custom template and change Localizable Strings.
P.S. Method prepareEmailConfig from ContextHelpSchema is filling SupportEmailBodyTemplate. Please, double check it when replacing and use a debugger to feel confident at all stages of change.
Yes, I did that already by Replacing view model and adding another schema in my package, but the problem is with the value, how shall I update the value of "SupportEmailBodyTemplate", it is in the format of "body=%0D%0A****" etc., I just wanted to use the plain text in the value to replace with my custom template, but it is not working/taking the plain text. How should I achieve this ?
Would be nice for product owners at the client/account level to get access to the roadmap to plan and manage development activity accordingly. Creatio support - would appreciate it if I could get a copy.
Access is currently limited to employees and partners with access to the Knowledge Hub. Please note that the roadmap will not be available publicly to our customers and leads in the near future.
I'm trying to fill a field with the result of a simple calculation (e.g. field A - field B).
However, when I create the business rule and select "set field" as action, I can only provide a constant value and not a formula...am I missing something?
Here is a screenshot of the
I know that I can use a business process to achieve this, but this would be much more simpler and elegant I think.
Hello.
I need to send an image through an API to convert it to base 64, I tried to do it using the Web service tool but it does not allow me to place an image or file field to use it from the bpm, I was looking for some information and I saw that it could be done using a script, I just haven't found a way to do it. Could you help me with some example or idea so I can do this please?