Hello,

Can anyone please help me understand how we can add below aggregate filters in freedom UI dynamic folders filter setup.

“Ideas” with an average [Idea expenses] of more than 5000.

Like 0

Like

1 comments

Hello,

 

You can create a folder and set up conditions for this folder: 

Show all comments

Hi, 

 

is there a code, script or library or a workaround in freedom UI (not classic) to do a dropdown list with multi select (I am using the new Version: Quantum) 

Like 1

Like

1 comments

Hi,



On normal fields, it's easy to deactivate the ability to create new records for a specific field on a page. But when adding a list pointing to another object, I have not seen the ability to do so .



Am I missing a parameter option or it is not yet possible ?



 

Thanks,



Damien

Like 3

Like

4 comments

Any ideas ? community ? Creatio ?

Hello!

 

Unfortunately, as of now, there is no such possibility.

 

Thank you so much for your idea. 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.

Kyrylo Atamanenko,

Thank you for your input! 

Do you have any guide in the academy to fix this in coding in the meantime ? Because it is an issue that was not existent in Classic UI Details and is quite an issue reported by all our clients....

Show all comments

Is it possible within Freedom UI to trigger a refresh of the Timeline/Feed/Next Steps components using JS? We seem to have an issue where the "Enable live data update" option does not seem to be working in Creatio CRM 8.1 for our Activities on certain pages, and while we've raised a support request for this, we were trying to find a workaround by manually updating the components from code for a specific use case, but we can't see what the data source is called for these types of components. Does anybody know what it would be? I presume refreshing the PDS would refresh them, but this seems heavy handed and might end up with data being lost on the main form page while the data actually being refreshed is just a child entity, so I would expect it to have its own data source.

Like 4

Like

4 comments

+1

Hello Harvey and Damien!

In Freedom UI Pages, the structure of the page is different and along with this a new way to refresh anything on the page. In this article you can find the way to achieve your goal:

https://customerfx.com/article/refreshing-reloading-page-or-list-data-on-a-creatio-freedom-ui-page/

Here's example of handler which you can use:

handlers: /**SCHEMA_HANDLERS*/[
 {
  request: "crt.HandleViewModelAttributeChangeRequest"/* The custom implementation of the system query handler. */
  handler: async (request, next) => {
   await next?.handle(request); 
   if (request.attributeName === 'Your Attribute Name' )
   {
    const handlerChain = sdk.HandlerChainService.instance;
    await handlerChain.process({
     type: 'crt.LoadDataRequest', $context: request.$context,
     config: { loadType: 'reload' },
    dataSourceName: 'Data Source Of Obj You Want To Refresh'
    });   
   }
  }
 },

You may also find this article useful:

https://customerfx.com/article/receiving-server-side-messages-in-a-creatio-freedom-ui-page/

 

Anhelina,

 

How can we find what the data source is for a component like a Timeline or Next Steps component though? The article suggests looking at the modelConfig elements in the page code, but none of these seem to relate to the timeline or timeline tiles. I expect there is some data source being created behind the scenes but finding out what it's called is the main problem for applying the theory of being able to reload anything on the page as is suggested.

 

Many thanks,

Harvey

Hello guys!
I have been having some kind of similar issue in my code where the next steps component does not reload. Could anyone please share the dataSourceName of the next steps component or how to find it.
Thank you!
Joan

Show all comments

Hello,

I want to place 2 fields in Flex container, and make first field wider than second one.

But they appearing with equal width.

 

How can I set width of them?



Thank you!

Vladimir

Like 1

Like

2 comments
Best reply

Seems like you might want a grid container (Area from the Layout Elements section of the page designer) within that flex container? These would keep the relative sizes of the 2 fields proportionally the same through resizing. For example, below I added a grid container with 6 columns to the flex container, and set the width of the first field to 4 columns (by clicking & dragging the resizer on it) and the width of the second to 2 columns. Number of columns can be adjusted to allow you to get the ratio you want:

 

Seems like you might want a grid container (Area from the Layout Elements section of the page designer) within that flex container? These would keep the relative sizes of the 2 fields proportionally the same through resizing. For example, below I added a grid container with 6 columns to the flex container, and set the width of the first field to 4 columns (by clicking & dragging the resizer on it) and the width of the second to 2 columns. Number of columns can be adjusted to allow you to get the ratio you want:

 

Harvey Adcock,

That's great! Thank you!

Show all comments

How would we associate page with  a data source ID and load up that data source when the page loads?

 

Currently the Classic UI page opens, but no data is loaded.

Like 0

Like

1 comments

Hello,



Could you please elaborate on your business task with screenshots? 

Show all comments

In a section edit page, we have created custom buttons and have functionalities to hide and show the button. If we refresh the page Button enable/ Disable are working fine

But once we open the edit page, the button visibily/ page opening are not working properly until we refresh the page

we tried  this.reloadEntity(); inside init:function(){} Method.

Please Suggest me how to solve this issue.

Like 0

Like

2 comments

Hello,



Could you please describe in more detail what the problem with the button is when refreshing the page? I mean, how should they work and how do they actually work? If you have a chance, please send screenshots.

I think, this button works only in Page mode. So, you should also add this button to Section. (see more in https://academy.creatio.com/docs/developer/interface_elements/record_pa….)



Kind regards,

Vladimir

Show all comments

Hello everyone,

I'm trying to retrieve information from my apps in Creatio CRM. When I open my Studio, I notice that there's a request that brings me the apps and their respective IDs. It would be incredibly helpful if someone could share how I could do this using OData or if there's a similar schema seems like it's called "Environments"...  or any other method to achieve this. Ideally, I prefer it to be RESTful.

I've attached some photos for reference to illustrate my situation.

Thanks in advance for your help!









Like 0

Like

3 comments

Hello,

 

Try to retrieve information using $metadata.

Kalymbet Anastasia,

Any examples?

Hi,

If I'm not mistaken, you can use this odata request to get the information you need

/0/odata/SysInstalledApp

If this is not what you wanted, please specify what exactly you mean by "apps".

Show all comments

Greetings,



I have a module that I created withing the email app titled "Text Chart List" 





In the design mode, everything in the module looks to be perfect and aligned, but in the preview mode, it looks completely off:





Is there any reason why this is happening? Also, are there any workarounds/solutions that are recommended? Thanks in advance.



Lucas

Like 0

Like

1 comments

Hello, 

 

The display of images on a mobile depends on the template styles. This may be due to the fixed size of the images. Unfortunately, the content designer does not allow you to configure the mobile version separately, so we recommend checking the CSS styles of the content block with these images. The only thing to do here is to experiment with the template itself (width, font, etc. in the block/section/column settings) and see how this is displayed in the mobile app.

 

We have already registered this problem for our development team and the issue has been prioritised thanks to your request. 

You can also contact technical support at support@creatio.com for a more detailed analysis. 

 

 

Show all comments

Hi,

Is there a way to configure what displays in noteworthy events?  I want to hide employee birthdays and only show customer birthdays.

Is there somewhere I can make these changes?

 

Looking forward to any help on this !

 

Thanks!

Like 0

Like

1 comments

Hello Anjum,



You can only disable it for all employee and customer birthdays. 

 

You just need to create a system setting (UseGenerateAnniversaryRemindings) and save it in a disabled state:

Show all comments