Hi, 

I have tow connected objects, and I want to display them in nested lists (foreach row in Object1, display the connected objects from Object2). Something like that:

  • Object1
    • Object2
    • Object2
  • Object1
    • Object2

How can I do it?

Thanks

Like 0

Like

1 comments

Dear Smadar,

 

For Classic UI, you can use a marketplace solution: https://marketplace.creatio.com/app/tree-view-creatio

 

For Freedom UI, you will need to create your own component. You can find more information about that on Creatio Academy: https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…

 

I hope this helps.

Have a great day!

Show all comments

Hi,

 

in Creatio 8.1.2 we can create multiple pages based on a specific value.



Is it possible to create multiple pages based on user role (other than All Employees or External ) ?



Thank you ,



Damien



 

Like 0

Like

3 comments

Not possible. However, coming Q2 2024 are new business rules that you can show/hide things based on a user role. So you could at least have different elements show/hide on the same page for various roles. https://academy.creatio.com/docs/release/creatio-roadmap?search=role&ch…

Ryan

Hi Ryan,



Thanks, will see if that could work as possibilities might by bigger with these new business rules.



We have 2 different pages today in classic UI with quite different approach, was hoping not having to a nocode implementation with Freedom UI.



Cheers,



Damien

It is possible to have many different pages for the same object. You could do something like, from the base page, check the user role and then redirect to some version of the page for that role. However, that could get messy and would likely be easier to just have tabs for each role that show/hide as needed.

It's also possible to create pages based on database views, so in theory you could have entire sections of the same data tailored to different roles as well, but that sounds like an unnecessary amount of work, especially since you'd have to update the views every time a new field was added to the object.

If it's based on a field such as a "Type" it can all happen in the same way that it did for classic pages - that is implemented in Freedom UI.

Ryan

Show all comments

Hi all,

 

it used to be possible in version 7 of Creatio to sync with MS Exchange.

The mailbox integration now doesn't support this any longer.

 

@community: how are you dealing with this limitation? Do you have workarounds for it?

@Creatio: are there any plans on re-introducing this feature? It is very often a question raised in presales activity!

 

Thanks,

Robert

Like 0

Like

3 comments

Hello, 



Unfortunately, Creatio no longer supports contact synchronization with Exchange and Google. This lets you improve the security and relevance of your customer base.



Regards, 

Orkhan

Orkhan,

Thanks for the response, but I think users have the necessary competency to decide which data is relevant in their CRM system.

Also, how is this enhancing security?

Many other CRM systems provide the feature to sync contacts and leads often request it!

 

BR

Robert Pordes,

 

Greetings,

 

Thank you for your clarifying questions. We removed this feature for several reasons:

  1. This functionality had unresolved logical issues.
  2. This functionality was hardly, note, hardly, used by our users.
  3. Security-wise, an Abstract Sales Representative could synchronize the entire contact database to themselves and depart from the company, thereafter potentially utilizing or passing on the contacts to the company's competitors.

 

Show all comments

Hello Creatio Community,

I'm asking if there is a way to connect a Hosted Cloud Environment to Clio Explorer, and develop components from visual code and deploy them to the Cloud Environment?

Thanks,

Like 0

Like

0 comments
Show all comments

Hi all,



Does anyone have experience connecting with Power BI using the market place connector? 



After attempting to transform and using the getBigData function to import more than 20,000 rows, I receive the error below.

 

 

DataFormat.Error: We found extra characters at the end of the JSON input.

Details:

    Value=<

    Position=4

Like 0

Like

1 comments

Hello,

 

Please make sure that the URL of Identity service has the following appearance in the field: https://yoursite-is.creatio.com without a slash at the end.

Show all comments

We are implementing CyberArk Alero in our environment. Our environment already have saml authentication. I need to add another saml authentication method for Alero. So how can I add Alero SAML authentication to the existing SAML configuration?

Like 0

Like

1 comments

Greetings,

 

We recommend using the new SSO via UI, where you can configure

multiple login options via SAML authorization.



I provide a link to the academy how to customize :

https://academy.creatio.com/docs/8.x/setup-and-administration/administr…



Regards, 

Orkhan

Show all comments

Hello, 

Are the instructions below still apply to add a edit page to a lookup or is there an easy way to do this on Freedom UI version 8.1.1?

 

Adding lookup with edit page | Community Creatio

 

Thanks,

Jose

Like 1

Like

1 comments
Best reply

It is still the same since the Lookups area is still classic UI.

Also, BTW I have the instructions with Postgresql instructions here, if interested/needed: https://customerfx.com/article/creating-an-edit-page-for-a-lookup-in-cr…

It is still the same since the Lookups area is still classic UI.

Also, BTW I have the instructions with Postgresql instructions here, if interested/needed: https://customerfx.com/article/creating-an-edit-page-for-a-lookup-in-cr…

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 px grid with 2 columns, the grid will be divided into 2, each column taking a half of the space (with spacing specified in settings). You can of course take up a whole space with the element if needed.

 

You can modify the column set up in the grid container with system definer sizes like "small", "medium", "large" in the column spacing for example:

 

 

You can read more about the grid container set up on Creatio Academy: https://academy.creatio.com/docs/8.x/no-code-customization/customizatio…

 

You can also use a flex container for a more flexible set up: https://academy.creatio.com/docs/8.x/no-code-customization/customizatio…

 

Have a great day!

Alina Yakovlieva,

 

Hi Alina,

To clarify, my question was related to the list component, not the layout grid.

As it stands, the list component allows me to manually set the width of each column. However, this width can only be defined using a fixed size (like pixels), not percentages. This fixed sizing leads to two main issues:

  1. On smaller screens: The content doesn't fit the screen width, resulting in the addition of a horizontal scrollbar.
  2. On larger screens: There's excess white space to the right of the last column, as the columns do not expand to use the available width.

My goal is to have the column widths dynamically adjust to the screen size, utilizing percentages to ensure they fill the entire width of the list component, without unnecessary scrollbars or white space.

Is there a way to make the columns within the list component responsive, so that their widths adjust in proportion to the screen size, using percentages instead of fixed sizes?

 

 

Any guidance or suggestions on how to achieve this would be greatly appreciated.

Thank you!

 

 

 

 

Show all comments

Hello community, I'm currently working on creatio 8.09 and I'm trying to make use of the Activity Section for multiple reasons but i don't seem to find where i can add this specific section to any of my workplaces since it doesn't show as an option.







It appears that i have the activity section in my packages since i can make a replace object of it:

Like 1

Like

2 comments

Hello,



For a more detailed analysis of the problem, please contact support via email: support@creatio.com.

 

Hi Raul Mendizabal,



The Activity section is named as "Tasks" in Freedom UI latest versions. You can try to search for tasks section in the frontend.

Show all comments

I am getting the below error during setup local creatio environment.Can anyone help to find the root cause of this error?

Thanks,

Amit Mishra

Like 0

Like

1 comments