#DecisionMakerDefaultField
Studio_Creatio
8.0

Hi Community,

 

Is there a way that we can be able to remove the lock on the decision maker, so the user can manually input this? Thanks

 

 

Like 1

Like

4 comments
Best reply

Hi,

 

Add below code in opportunity edit page. Let me know if you still face the issue.

 

{

                    "operation": "insert",

                    "name": "OpportunityDecisionMaker",

                    "values": {

                        "layout": {

                            "row": 2,

                            "column": 5,

                            "colSpan": 19

                        },

                        "bindTo": "DecisionMaker",

                        "controlConfig": {

                            "enabled": true

                        }

                    },

                    "parentName": "BantProfile",

                    "propertyName": "items",

                    "alias": {

                        "name": "DecisionMaker",

                        "excludeProperties": ["layout"],

                        "excludeOperations": ["remove", "move"]

                    }

                },

 

hi Joseph Francisco,



Which section has this "Decision Maker" field? 

Hi,

 

Add below code in opportunity edit page. Let me know if you still face the issue.

 

{

                    "operation": "insert",

                    "name": "OpportunityDecisionMaker",

                    "values": {

                        "layout": {

                            "row": 2,

                            "column": 5,

                            "colSpan": 19

                        },

                        "bindTo": "DecisionMaker",

                        "controlConfig": {

                            "enabled": true

                        }

                    },

                    "parentName": "BantProfile",

                    "propertyName": "items",

                    "alias": {

                        "name": "DecisionMaker",

                        "excludeProperties": ["layout"],

                        "excludeOperations": ["remove", "move"]

                    }

                },

 

Joseph Francisco



You can use the diff code provided by Nishit Singla, with one change. Instead of Insert, please use the "merge" keyword since the insert will consider it as a duplicate entry of the same item.



The below should be sufficient to enable/unlock the field.

Also, make sure you need it in "OpportunityPageV2".

{
                    "operation": "merge",
                    "name": "OpportunityDecisionMaker",
                    "values": {
                     "enabled": true
                     },
},



BR,

Bhoobalan Palanivelu.

Nishit Singla,

This one works for me. Thanks Nishit Singla

Show all comments
#ViewChangeLogs
Studio_Creatio
8.0

Hi Creatio Community,

 

I was changing some fields on a details list and the view change log is not enabling.

 

Can we able to retain the view change log button enabled? Regardless of if it has changes or none on the detail lists.

Like 0

Like

5 comments

hi Joseph Francisco,



Please enable the change log for the corresponding object.

Below is the Creatio article to enable and view he change log.

https://academy.creatio.com/docs/user/setup_and_administration/logging_tools/change_log/set_up_the_log/set_up_the_change_log





BR,

Bhoobalan Palanivelu.

HI,



will change log show all the values changed?



For example :- Mobile phone field -- changed from 999999999 to 888888888 to 7777777777 to 6666666666 and so on.



will we see all the values? I checked but system was showing only first value after that system was not showing any other changed values. 

Nishit Singla,

 

Please also take into account that the changes will be saved in the Change Log only if they were made not directly into the DB (for example changing this field via SQL script won't be shown in the Change Log) and also, you need to save the record every time a change is made. 

So for example, if you change Mobile phone field to 999999999, then to 888888888 and to 7777777777 without saving after each and every change - it won't appear in the change log.

I am changing the record and saving it every time. It does not show all the changed values in Change log. It is showing only very first entry in change log. What would be the issue? Did you try to replicate it?

Nishit Singla,

Same issue I am facing currently. It seems that when I change on the details list it doesn't enable the view change log.



Is it possible that every change log can be shown as details on a page?

Show all comments

How can I change the label color for these fields?

On the edit page designer, there isn't any option to change the label color of a field.

Also, I tried to use CSS but it's not working (I tried to add CSS as we do on normal edit/section pages).

 

Like 1

Like

6 comments

Indeed currently there is no possibility to modify the label color or on a regular basis or on specific conditions and unfortunately there are no examples of how to do it via the code. We have the task registered for our Core R&D team to add this possibility in one of the future releases of the Freedom UI designer. I will let them know about your community question so to prioritize the task for them. Thank you for helping us in making the app better!

+1 for this !!! ??

We tried Changing the font colour using CSS for a field title and it worked.  

  

In CSS module add "body" text before the Element class name, then the styling will be applied on the text. 

  

body {{Element Classname}} {

        color: red; 

 

Example: 

body .crt-input-label { 

    font-size: 15px; 

    color: red; 

  

Changes: 

         



Thank you

Circling back to this, is there any update on how we can add ID, ClassName or maybe other HTML element in a Field in Freedom?

Thank you!

This article shows how to add a CSS class at runtime to a control on a Freedom UI page (so you can change the color/style at runtime based on data) https://customerfx.com/article/dynamically-changing-a-control-style-on-a-creatio-freedom-ui-page/

Note, ability to change colors of a component via business rules is on the roadmap, currently slated for Q2 2025 (I was assuming that would mean 8.3 possibly, but it's not in the current alpha build, unless it's a beta feature that needs to be enabled - although that isn't listed on the change log, not even as a beta feature)

Ryan

Solem Khn writes:

is there any update on how we can add ID, ClassName or maybe other HTML element in a Field in Freedom?

See https://customerfx.com/article/dynamically-changing-a-control-style-on-a-creatio-freedom-ui-page/

Ryan

Show all comments
Studio_Creatio
7.18

Hi community 

I am trying to get the Min value for a datetime field using the read data business element.

But it seems that creatio is not handling the returned data correctly.

Does anyone have the same problem?

Like 0

Like

3 comments

hi Stefano Bassoli,



You should be using the function in the Read data element.

Could you please describe how you have been using the Read Data BP

element to find the min value for a date field?





BR,

Bhoobalan Palanivelu.

Bhoobalan Palanivelu,

Hi,

 

see the attached file,

I'm trying to update Event.StartDate field with the MIN value returned by "read data" bp element

Stefano Bassoli,

I recreated the BP and now it works!

Show all comments

Hi Community,

 

Any idea how we can achieve this requirement. We need to build charts from third party data source like API instead of using crm's objects as data source.

 

Thank you

Like 0

Like

0 comments
Show all comments
workflow
guide
Studio_Creatio
8.0

Hi All,

 

how can I make the fields appear automatically to the user in a specific order and then the user will fill them in that order, for example: if I have a task to fill in the username, phone number and email, I want the system to automatically show username field  in front of the user and he fills it in, and when he finishes, the phone number field will appear, and then the email.

 

because I want the system to guide the user to each field, I don't want the user to click on each field and fill it.

 

can I do that in creatio?

Like 0

Like

1 comments

Hello, Anas!

 

To make the fields appear one after another, you may set the business rules for the field. Here's how to do that:

1. Open up the page to set up.

2. Go to the 'Section wizard' from it ('View' button)

3. Select the 'Business rule' tab

4. Set the rule so that an element (e. g. Title) is only displayed after a particular element is filled in as on the screenshot https://prnt.sc/t8UR6eumB6_Y

5. Move on to making a next separate rule with the same structure for the next field (e. g. if the Title is filled in, then Show "Gender" field https://prnt.sc/tcJbw7kF8GaC)

6. Make the rest of the rules so that all the fields are involved. 

7. Save the changes.

 

Hope you find it useful!

Show all comments
#integration
Studio_Creatio
8.0

Hello Community,

 

Does the Creatio support refresh token flow in OAuth 2.0 authorization for integrated applications ?

 

Or third party application have to generate token while expired by "grant_type:client_credentials" ?

 

I'm refering to this settings:

https://academy.creatio.com/docs/user/on_site_deployment/deployment_add…

 

Best regards,

Marcin Kott

Like 0

Like

1 comments
Best reply

Hello,

 

At the moment OAuth 2.0 authorization for integrated applications does not support refresh token flow.

The third-party application has to generate tokens and the system administrator needs to update the synchronization parameters.

 

I will also create a request for our development team to develop such functionality in future releases.

 

Thank you. 

Hello,

 

At the moment OAuth 2.0 authorization for integrated applications does not support refresh token flow.

The third-party application has to generate tokens and the system administrator needs to update the synchronization parameters.

 

I will also create a request for our development team to develop such functionality in future releases.

 

Thank you. 

Show all comments
Studio_Creatio
8.0

please solve this error

File attachments
Like 0

Like

8 comments

UP

 

UP

up

 

up

up

 

Hi, Diaa!

 

Can you please clarify the business task here? Any details will be of help.

 

Thank you!

Alla Blinova,

It can't be built , 

Error    CS0234    The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)   

Diaa Araby,

We see the screenshot you attached earlier. Can you describe the steps that lead to this result and the accomplishment you try to implement, please?

Show all comments

Hi All,

 

I'm Trying to add an account to mailbox synchronization setup, but an error message appears when I try to login using email & password (Your email or password is incorrect. If you have 2-Step-Verification enabled - please use the app password.), I didn't enabled 2-Step-Verification, And I'm Sure the Email & password are correct.

 

may you help me to fix this issue.

 

Like 0

Like

2 comments
Best reply

hi Anas Iyad Ahmad Ibrahim,



The mailbox account addition steps are drilled into a simple process.

1. Set up an APP password for the email account in the corresponding mail service provider.

2. Copy the APP password newly created.

3. When entering the mailbox id, give the password as copied APP.



https:/academy.creatio.com/docs/user/setup_and_administration/base_integrations/mailbox_setup/faq/mailbox_setup_faq

 

https://support.google.com/accounts/answer/185833?hl=en



Please ensure that the Email Listnere is setup if the instance is local environment.





BR,

Bhoobalan Palanivelu.

hi Anas Iyad Ahmad Ibrahim,



The mailbox account addition steps are drilled into a simple process.

1. Set up an APP password for the email account in the corresponding mail service provider.

2. Copy the APP password newly created.

3. When entering the mailbox id, give the password as copied APP.



https:/academy.creatio.com/docs/user/setup_and_administration/base_integrations/mailbox_setup/faq/mailbox_setup_faq

 

https://support.google.com/accounts/answer/185833?hl=en



Please ensure that the Email Listnere is setup if the instance is local environment.





BR,

Bhoobalan Palanivelu.

Bhoobalan Palanivelu,

Thanks a lot, it works!

Show all comments

I have integrated Creatio with blob storage to store the attachments in Azure container. Is there any way to store attachments from different sections(Ex: Account or Contact) into separate Azure container or s3 bucket

Like 0

Like

1 comments

Hello Sivanesan,



There is no such opportunity.

 

We've registered it in our R&D team backlog for consideration and implementation in future application releases.

 

Thank you for helping us to improve our product. 

Show all comments