Is it possible to specify an extra column or 2 to be used for searching against when typing text into a combobox in Freedom UI? The use case is that users can select an Account in the ComboBox lookup, but should be able to search in that dropdown combobox using either the account's Name, or its Account...MoreLess

Like 1

Like

1 comments

Hello Harvey,

It's not possible for now, but we've registered it in our R&D team backlog for consideration and implementation in future...MoreLess

Show all comments

Hi all,

Currently when I setup a list, the columns are not taking the full width of the grid. 

They have a fixed size and If I resize the screen columns sizes are not chaning. 

Is there any way to setup columns sizes as a % of the list grid width?

Like 1

Like

2 comments

Dear Andreas,

For the grid container, the size of one column will always depend on the size of the grid. For example, you have a 100x100 p...MoreLess

Show all comments (1)

Hi all, 

I'm migrating from Classic UI to Freedom a screen that has an Info button, as described in the following post:



https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/classic-ui/record-page/field/examples/attach-an-info-button

How can we do that in FreedomUI?

Like 0

Like

4 comments

Hi,

Have you tried the tooltip in the page designer at field level ?

Show all comments (3)

Hello Everyone,



Is there a way to show contacts only to their respective owner as by default and not to other users?



Thanks in advance.

Like 1

Like

1 comments

Hello,

It all depends on the specific requirement:

  1. If you need to display across the system only those contacts created by the users themselves...MoreLess

Show all comments

Hi 

Is there any way to disable the default pop-up as shown in the image. The pop-up  shows when you make changes in inline detail. 

Regards

Rakshith

File attachments
Like 0

Like

1 comments

Hello,

Could you please send us an email at support@creatio.com and provide detailed steps on how to reproduce the issue so we can investigate...MoreLess

Show all comments

Hi Community,

We have activated the 'Enable live data update' for the Contacts and its currently not working.

We have a business process that updates fields of the Contact once finished. Only when we click Refresh the fields are updated.

How can we fix/debug this issue?

Sasor

Like 0

Like

6 comments

I assume you're using a Freedom UI section/page? It doesn't work with classic. Also, make sure the feature "LiveEditingForCurrentUser" is on as well.

Ryan

Show all comments (5)

I have a 'Contract' object with a start date field, and I want to display that field (start date) in the associated 'Opportunity.' I used an input to retrieve the field in my opportunity. However, the issue is that the date displayed in the opportunity is in the date/time format, whereas the field in the contract is in the date format. How can I display the date in the opportunity with just the date format?

Like 0

Like

1 comments

Hi!

 

Regrettably, this behavior is currently exclusive to the Input Date/Time field. The field currently presents data exactly as it appears...MoreLess

Show all comments

Hi Community.

Here example validator client side in Documentary

/* Declare the AMD module. */

define("UsrAppValidators_FormPage", /**SCHEMA_DEPS*/[]/**SCHEMA_DEPS*/, function/**SCHEMA_ARGS*/()/**SCHEMA_ARGS*/ {

    return {

        viewConfigDiff: /**SCHEMA_VIEW_CONFIG_DIFF*/[

 ...MoreLess

Like 0

Like

5 comments

As far as I know, this is not possible at the moment to get a value of other attributes in a validator.

Show all comments (4)

Hello Everyone,

 

I have added a tag component to the contact list page in the Freedom UI and also applied tags to the records. However, the records are not being filtered according to the selected tag on the list page. Can anyone tell me how to filter them based on the tag?

 

Thanks in advance.

Like 0

Like

3 comments

Hello,

In such case, you can add a 'Quick filter' component with the following parameters:



And you will be able to search records by tags:

Show all comments (2)

Hey guys,

I have a ComboBox that I would need to have a dynamic list of values. Is there a way in Freedom to make it so that the values do not come from a specific lookup dataset, and are only manually populated?

Lyle

Like 2

Like

1 comments

Hello!



Currently it's not possible to achieve using handlers or basic Freedom UI wizard. We've already created a suggestion to our R&D...MoreLess

Show all comments