Button
Color
demo
environment
Customization
Studio_Creatio
8.0

Hello,

I'm currently evaluating the Creatio demo environment and I would like to understand more about its functional limitations.

1. What are the specific functional limitations of the demo environment (if any)?
2. Why is it not possible to set a custom button color via the UI designer in Freedom UI? Is this a limitation of the demo version or of the UI framework itself?

Thank you in advance for your clarification.

Like 0

Like

9 comments
Best reply
  1. No real restrictions for trial systems. Some limitations on the marketing functionalities, but other than that a complete system that lasts two weeks.
  2. Creatio buttons can be red, blue, green, outlined, or no background. The designer doesn't allow selecting other colors for buttons (not a limitation of trials, just how Creatio works in general)
  1. No real restrictions for trial systems. Some limitations on the marketing functionalities, but other than that a complete system that lasts two weeks.
  2. Creatio buttons can be red, blue, green, outlined, or no background. The designer doesn't allow selecting other colors for buttons (not a limitation of trials, just how Creatio works in general)

There used to be a 1,000 record per section limitation. I am not sure if it is still in place.

Ryan Farley,

thanks!

Brian Segers,

Sure, the limitation is for each application object/table, if an object had more than 1000 records any new record will be rejected,

Brian Segers,

I am not 100% sure that the 1000 records per object applies to demo/trial systems. That limitation applies to a system without licenses, like a local dev install. Trial systems do have licenses in place. It could be that it applies in trials, it's been a while since I tested that, but my understanding is that limitation comes from having no licenses installed (no licenses is still a working system, but has the 1000 record per object limitation). If anyone knows for sure, I'd love to hear.

Brian Segers,

I just verified this in a trial. I was able to import 2000 records to a single table/object. The 1000 record limitation isn't in place in trials (since they do have licenses)

Ryan

Julio.Falcon_Nodos,

That is for systems without licenses (trials do have licenses). I just verified by importing 2000 records to an object in a trial system.

Ryan

Thanks Ryan, I usually get trial or demo without licenses, unless need to try or demo Marketing, were you need them

Ryan, Thanks for clarifying and verifying that is very good to know.

Show all comments
#FreedomUI
Color
List View
Highlight

Hi!

 

Maybe someone has already implemented highlighting of rows in a list according to conditions at Freedom UI?

Like 0

Like

2 comments

I don't believe it's possible with the Freedom UI list. It doesn't fire the necessary requests for each row. Only option for now, as far as I am aware, is to add color to a lookup value as in https://customerfx.com/article/adding-color-to-column-values-in-creatio…

Hello Grygorii,
Thank you for your question.

Unfortunately, in current version of Creatio there is no built-in option to highlight a record in list page in Freedom UI.
 

Show all comments
lookup
Color

Hi community!
            I have a lookup column based on the, lookup column filled in I need to give background color to another field. Similar to the attached image. Is it possible in freedom UI. How can we achieve this?. Thanks in advance.

Like 0

Like

4 comments
Best reply

I have an article that shows how to dynamically change the style of a control here https://customerfx.com/article/dynamically-changing-a-control-style-on-a-creatio-freedom-ui-page/

Also you’ll need to have a change event for the lookup so you can set the style of the other field when it changes, you can see how to do that here https://customerfx.com/article/responding-to-an-event-when-a-field-is-changed-on-a-creatio-freedom-ui-page/

Ryan

I have an article that shows how to dynamically change the style of a control here https://customerfx.com/article/dynamically-changing-a-control-style-on-a-creatio-freedom-ui-page/

Also you’ll need to have a change event for the lookup so you can set the style of the other field when it changes, you can see how to do that here https://customerfx.com/article/responding-to-an-event-when-a-field-is-changed-on-a-creatio-freedom-ui-page/

Ryan

Ryan Farley,

Thank you. 

Ryan Farley,

Hi Ryan, 

 

I have done CSS like this 

body #ComboBox_ewb0js6 > div > div > div.crt-combobox-container > div > crt-autocomplete > mat-form-field > div > div.mat-form-field-flex.ng-tns-c6-22 > div.mat-form-field-infix.ng-tns-c6-22 > div > div > crt-link > a .cfx-service-hold {
   border-color: #ffcc99;
   border-style: solid;
   border-width: 3px;
   background: #ffcc99;
}

Condition:
 if(request.$context.LeadDS_UsrReassignedOwner_54it6l1.__zone_symbol__value!= undefined || 
            request.$context.LeadDS_UsrReassignedOwner_54it6l1.__zone_symbol__value!= null){
          // request.$context.ChangeOwnerButtonVisible = false;
        if (request.value) {
               request.$context.ServiceHoldClass = ["cfx-service-hold"];
           }
           else {
               request.$context.ServiceHoldClass = [];
           }
           }


without this .cfx-service-hold the field is colored but based on condition its not working. Can you please help on this. Thanks in advance
 

The selector you're using isn't correct. You need to inspect the rendered HTML in dev tools to see where the CSS class is getting added, then use that for the CSS selector. I believe it would be something more like this (but just guessing that the CSS class is added to the top level crt-combobox element "ComboBox_ewb0js6", you'll need to inspect to determine for sure)

#ComboBox_ewb0js6.cfx-service-hold .crt-combobox-field-container {
    border-color: #ffcc99;
    border-style: solid;
    border-width: 3px;
    background: #ffcc99;
}

Ryan

Show all comments
list
Color

Hi, 

 

I have this Unavaible employees list for my projects and I want to display them in red. How can I do this? Just the names of these. This is a live list that is updated with Orders everyday so doing it with lookup normal, might not be best optimal. Any Guidance?

File attachments
Like 0

Like

2 comments

bump

 

Hello Hassan!

Unfortunately, there are no additional ways to solve your business idea.

Show all comments
Color
text
home
dashboard
Studio_Creatio
8.0

We are finding that changes made to text colors on home page labels does not appear to change after saving and viewing in the UI.  The only color that shows is black or white.  This is on the latest version of creatio.  anyone else seeing this issue?  Support ticket has been entered but just curious.

Like 0

Like

1 comments

Hi Chris!

 

We noticed that you have sent us a request on our support email. 

We have provided you with the answer in that request.

 

The main cause is overrides in specificity of custom CSS styles.

 

Have a nice day!

Alina

Show all comments
dashboard
Metrics
Opportunities
Color
Sales_Creatio
8.0

Hello all,

 

Is there any way to change the color of the big blue confidence level widget on opportunities? It looks good when the instance is configured in standard Creatio blue but we have several clients using different section colors and when you make the section list something like red, it clashes.

Is there any way to change the color of the widget?

Like 0

Like

1 comments
Best reply

You can add this CSS to the opportunity page:

#ConfidenceLevelWidgetContainer .background-container {
    background-color: #9f5989;
}

Result

 

If you need help with how to add the CSS to the page, see https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…

Ryan

You can add this CSS to the opportunity page:

#ConfidenceLevelWidgetContainer .background-container {
    background-color: #9f5989;
}

Result

 

If you need help with how to add the CSS to the page, see https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…

Ryan

Show all comments
Highlight
changes
Color
track
Sales_Creatio
7.18

Hi Team,

 

I urgently need one solution for how we can highlight or apply background color to a specific word in the sentence that is modified.

 

For example : There is one string field in section. On record creation , the value is entered in the field - 'This is a example.' and record is saved.

 

Now, later if the user modifies the value to 'This is an example'., the changed field value should be highlighted in the following manner which means only the specific word that is changed is highlighted in color.

 

 

Please provide some solution for this.

 

Sarika

 

 

 

 

Like 0

Like

1 comments

Hello Sarika,

 

There is no such oob functionality, implementation of this idea will require development. Unfortunately, we do not have any ready to use examples of how it can be achieved with code. 

 

I have forwarded your idea to our responsible R&D team to consider it's implementation in the upcoming versions of the Application. 

 

Thank you for helping us to make our application better!

 

Best regards,

Anastasiia

 

Show all comments
Feed
Color
Sales_Creatio
7.18

So I was wondering...

I noticed that the "Feed" has a field called "Color" yet it doesn't really do much, I tried changing the colors and posting different stuff but it appears to be there for no reason, I assume that's not the case as there must be a reasoning behind this field so I figured I'd ask.

 

What does it do or change? How can I use this field?

 

 

Thanks in advance!

Like 0

Like

3 comments

Hello Edo, 

 

This field changes the color of Channel message, you can check the changes in the Feed section directly:

 





Should  you have any additional questions, please let us know!

Best regards,

Anastasiia

Hey,

 

Thank you very much for your reply!

 

That is super weird, I just checked 3 different domains we are working on and none of them has this.

 

I was looking at the Feed section and it's all blank white, no matter what color is chosen.

 

 

Edo Sagron,

For me I can see the colors in the feed section itself, but not in the communication panel feed. There is CSS out of the box that hides the colors in the feed panel in the right side communication panel. I don't know if it was intentional or not, since it adds the left border color, but then sets the style to not show it, weird. Just thought I'd mention this in case you're looking at the feed in the panel. See 

https://share.customerfx.com/7KuAZj7p

If you wanted to override this, you could add this as a global style:

.right-panel #ESNFeedModule_WrapContainer .parentPostContainer {
    border-left-style: solid !important;
}

Then it will show the color in the communication panel feed items.

Ryan

Show all comments
field
Color
Sales_Creatio_enterprise_edition
7.17

Is it possible to change an item value (not caption) color on an edit page ?

Like 0

Like

2 comments

Hi Ricardo,

Yes, you can add CSS to a page and then can set the color of a field using the CSS. See https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…

Ryan

Hello Ricardo,

 

As was correctly mentioned by Ryan, for this purpose you need to add CSS, where you will be able to configure any colors your business task requires. Additionally to the article which was kindly shared above, the next articles can be helpful as well:

Kind regards,

Roman

Show all comments
Color
7.15_()
Sales_Creatio_()

I need to show some items in red on the contact edit page - not the label, the data itself.

I created a module with LESS =

.control-width-15 .base-edit[isColorRed="true"] {

    color: red;

}

and it only works if the item is not read-only.

What would be the code for read-only items ?

Like 0

Like

1 comments

There are different selectors for an editable field and a readonly field. I recommend you to use dev tools in your browser in order to find the correct selector -  https://prnt.sc/r3n5qe.

There is an example for a readonly field below:

.control-width-15 .base-edit.base-edit-disabled .base-edit-input,.control-width-15 .base-edit.base-edit-disabled[iscategoryred="true"] {

    color: red;

}

 

Show all comments