Dear Creatio team,

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.

how to use it in the ML recommendation model ?


Best regards
Patrice

Like 0

Like

0 comments
Show all comments

Hi Community,

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!
 

Like 0

Like

1 comments

Hello, 

you can check what extensions are allowed in your Creatio instance by going to System Settings - and checking the Deny and Allow...MoreLess

Show all comments

Dear,

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.

Can someone please tell me how to do this ?

Thank you
Nicolas

Like 0

Like

1 comments
ok, I found it's in the summary component of the page
Show all comments

Hello, is there a way to filter an activity dashboard metric by distinct values? 

Like 0

Like

2 comments

Hello!

Thank you for your question.

It sounds like you are referring to adding a dashboard to a record page, and having it filter data base...MoreLess

Show all comments (1)

Hi.  

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

Like 0

Like

1 comments

Hello!

Yes, what you're describing is fully achievable in Creatio using a simple business process.

Here’s how it works:

We can create a form...MoreLess

Show all comments

Hello community,

We have a business process with this starting condition. MailboxSyncSettings = Guid

 We would like no to hardcode this starting condition, for this reason we have added parameter in the Process which is linked with a System Setting.

If we change the starting conditon, it wont trigger

Is there any workaround for this?

Sasor

Like 0

Like

1 comments

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

Show all comments

Hi.  

I am following up on a thread I posted earlier which seems to have withered -- I am looking for an alternate path.    (Link to original thread is below)

Is there a "No Code" way to add to the email headers that Creatio generates? 

I know there is a way to code the email, but...MoreLess

Like 0

Like

2 comments
Best reply

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

Show all comments (1)

Hi,

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?

Like 0

Like

6 comments

I assume you're using crt.UploadFileRequest for the upload? I believe that request might return the uploaded file's Id, you could follow it...MoreLess

Show all comments (5)

Dear,

When adding a new element to a detail, I would like to know if it is possible to filter these elements.

For example, in the account competitors detail below, I would like to only display accounts whose type is competitor.

Competitor


So in the page that appears how to filter the accounts by type ?

Select competitor

Is it possible to do this type of filter or do you have to go through an intermediate page ?

Thank you !
Nicolas

Like 0

Like

1 comments

Hello!

Yes, it is possible to filter the records available in the lookup when adding a new item to a detail in Freedom UI.

To do this, you can...MoreLess

Show all comments

Hi.  

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.

Thanks
Rob

Like 0

Like

5 comments
Best reply

Hello Rob,

You can customize your email sending process using the instructions and examples from the article https://academy.creatio.com/docs/8...MoreLess

Show all comments (4)