i'm trying to improve the ML models results for product recommendations. For now, in many cases the predictions give no results or not so useful ones.
In the Account object, we have a custom field that contains a code to classify the company by business type. This field could be useful for the collaborative filtering.
I have a question. Are there any restrictions regarding the file extensions that can be uploaded (in the latest Creatio version)? Thank you in advance!
On Freedom UI, in the list pages, I'd like to display the number of results with a possible filter like we used to with Classic UI with the Summary Sheet.
On Classic UI, you could also display the sum of numeric fields as the amount excluding tax.
Is it possible in Creatio to create a form that creates and sends a formatted email?
We want to create a form in Creatio to collect data. Our sales reps will fill this out, using pick lists, radio buttons, and freeform text. Then they will "submit" that form and Creatio will format...MoreLess
Hmm. Not sure that is possible. Assuming that the params aren't loaded until the process is started, but it won't start without the param being...MoreLess
If you used the code approach, you could make a generic process you'd use as a subprocess. Any process that needed to send email could use that...MoreLess
If you used the code approach, you could make a generic process you'd use as a subprocess. Any process that needed to send email could use that...MoreLess
I’m trying to upload a document to a custom table named RequestSysFile. Along with the document, I need to store an additional field called “Type of Document”, which comes from a field on the screen/form.
However, I’m not able to pass this additional data to the RequestSysFile table during the upload process. Could anyone guide me on how to include this extra field while uploading the file?
Also i tried with Business Process(insert signal on sysfile) , but on upload File, Screen details are not getting Saved. I am not able to get...MoreLess
We use Creatio to automatically send out emails to users based on certain triggers. There is typically 50-100 a day -- We then get many "out of office" responses back, which are unnecessary.
Is there a way to add to the email headers that Creatio generates? If we could add "X-Auto-Response-Suppress: All" to the header, we would eliminate most if not all "out of office" responses.