Hi;

I create my own ProcessDashboartdSchema page i add some fields

The parent object has CSS file indicated:
define("ProcessDashboardSchema",
    [
        "ProcessDashboardSchemaResources",
        "ConfigurationConstants"...MoreLess

Like 0

Like

2 comments

Hello Tomasz,

The algorithm how you can add or edit CSS style in your page is described in the article https://community.creatio.com/articles/how-add-or-edit-css-style...MoreLess

Show all comments (1)

hello everyone! im having issues adding business rules, im trying to add a "filter" option in the "then"action but it is missing, any idea of why?

i am using freddom ui pages 8.2 version

Like 0

Like

1 comments
Best reply

There are two types of business rules, page-level business rules and object-level business rules. Filters are object-level business rules. In...MoreLess

There are two types of business rules, page-level business rules and object-level business rules. Filters are object-level business rules. In...MoreLess

Show all comments

Good afternoon. I am a new user of the CRM. I registered and booked a meeting, but no one showed up.
I am a developer, and I need an account for test calls. Together with a telephony specialist from UniTalk, we completed all the setup, but we still couldn't make a call.
Is it possible to fix this issue so that I can fully use the CRM during the testing period?

Like 0

Like

1 comments

Ruslan, good afternoon!

Could you please provide more details on which settings you need help with in the configuration?
Please also provide...MoreLess

Show all comments

Hey Community 
I'm trying to implement a use case where the visibility of a particular stage in the DCM flow bar can be manipulated. I did observe that the Qualify status object ( which has a link to lead) has a column called IsDisplayed . How does this work ? (Is it only for setting the values in the flow bar or can the visibility be dynamically controlled as well ?).
I'm looking to implement this in a custom section.

Like 0

Like

3 comments
Best reply

sprity,

You should be able to achieve your business idea by simply creating several Cases (https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/dy…)...MoreLess

Show all comments (2)

We have an email with over 180,000 recipients. We would like to throttle this in parameters to send 20,000 emails a day. However, the "delay between emails" is confusing. What would be the best way to set up the parameters to achieve sending 20,000 emails per day beginning at 7:00 AM? Thanks in advance.

Like 0

Like

0 comments
Show all comments

I have integrated a email inbox in communication panel Emails. Now, I want to do below things.

  1. Every time I receive an email to that inbox, I want to check if the attachments are there.
  2. If the attachments are there, then I want to read the content(blob) of the file and send it to a REST API throug...MoreLess
Like 0

Like

4 comments

Hello,

You should use the Process file element for this:

https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/pr…

Show all comments (3)

Hi,

is there any documentation on how to use the File param type in a business process? I wasn't able to find any.

I have a use case where i have to save a file as an attachment to an entity, starting from a base64 rappresentation of the file. I would like to accomplish this task with the least amount...MoreLess

Like 0

Like

1 comments

Hello,

Please specify if you have checked the available basic functionality meant for processing files within business processes - the "Process...MoreLess

Show all comments

Hello all,

Is it possible in Freedom UI to add folders to sections other than Contacts? We need to enable static folders in the Knowledge Base.

Like 0

Like

1 comments

Hello!

To add a static folder in the Knowledge Base section, the client should add the following values to the "Schemas for enabling static...MoreLess

Show all comments

Hi all,

i'm trying to setup a backend system able to send push notification to mobile app (not developed in creatio) through FCM rest API.

The first hurdle is obtaining a valid token to authenticate to notification api exposed by firebase. In order to obtain this token i do have to call another res...MoreLess

Like 1

Like

1 comments
Best reply

Hi Roberto,

In the cloud-based demo version of Creatio (including your current instance), the Script Task in business processes runs under ...MoreLess

Hi Roberto,

In the cloud-based demo version of Creatio (including your current instance), the Script Task in business processes runs under ...MoreLess

Show all comments

Hello,

I created a validation for telephone numbers as explained in this article: Implement the validation of a field value on a page | Creatio Academy
For testing purposes, I added it to the notes field on the contacts form, and it works fine.


However, I want to add the validation to the communications options on the left side of the form.
How do I bind the validation in the viewModelConfigDiff?
Also, only communication options of type "phone number" should be validated.

Thanks,

Robert

Like 1

Like

3 comments

Hello,

Currently there is no way to add the validator using the regular approach with the validators property on the schema. However you ca...MoreLess

Show all comments (2)