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?
No real restrictions for trial systems. Some limitations on the marketing functionalities, but other than that a complete system that lasts two weeks.
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)
No real restrictions for trial systems. Some limitations on the marketing functionalities, but other than that a complete system that lasts two weeks.
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)
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.
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)
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.
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; }
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)
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?
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.
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?
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.
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!
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?
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
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:
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.