Hello All!

 

I have made multiple attempts at filtering a dashboard list through code, but have been unsuccessful in my attempts. I'm assuming the process would be the same for custom filtering any list view, but I am specifically working with a List in a dashboard. The default filters do not work in my case, and I am looking for guidance on how to dynamically filter the records that are displayed in a list on a dashboard. I have already looked through numerous other posts as well as Freedom UI related videos and found multiple examples of filtering other components such as lookups, but nothing seems to carry over to the list view. Please help! A simple example would be immensely helpful in pointing me in the right direction.

 

Thank you!

Chris

Like 1

Like

1 comments

Unfortunately, we don't have ready-made examples of implementing such filtering. However, you can build such a filter using the following code as an example:
 

 

"attributes": {

..
                "DataGrid_d7k1ikp": {
                    "isCollection": true,
                    "modelConfig": {
                        "path": "DataGrid_d7k1ikpDS",
                        "filterAttributes": [
                            {
                                "loadOnChange": true,
                                "name": "DataGrid_d7k1ikp_PredefinedFilter"
                            }
                        ]
                    },

 

 

DataGrid_d7k1ikp_PredefinedFilter leads us to the attributes:

 

"DataGrid_d7k1ikp_PredefinedFilter": {
                    "value": {
                        "items": {
                            "a2376c0c-0b3f-451a-9085-0a65ae58bab8": {
                                "filterType": 4,
                                "comparisonType": 3,
                                "isEnabled": true,
                                "trimDateTimeParameterToDate": false,
                                "leftExpression": {
                                    "expressionType": 0,
                                    "columnPath": "Account"
                                },
                                "isAggregative": false,
                                "dataValueType": 10,
                                "referenceSchemaName": "Account",
                                "rightExpressions": [
                                    {
                                        "expressionType": 2,
                                        "parameter": {
                                            "dataValueType": 10,
 

...

 

If you need to build a dynamic filter, you should look in this direction. Create a custom attribute, populate it when loading the record (in the LoadDataRequest handler), and use it in the code of the DataGrid_d7k1ikp_PredefinedFilter filter.

If you have doubts about how to correctly construct paths to columns, please follow these steps: navigate to the section with this list, create an advanced filter, find the SelectQuery in the browser's Network tab, and copy the filters from the request body.

Best regards, Pavlo!

Show all comments

Process: Define contact and populate site events

so it should be that (Set ContactId into parameter) does not work

 

 

https://i.imgur.com/4Le2jer.png

Like 0

Like

1 comments

Hello Artem!

 

Could you please also show us the formula in order to check it?

 

Thank you in advance. 

Show all comments

It seems that the date format in the Mobile app is always MM/DD/YYYY, while I want it to be DD/MM/YYYY. I've correctly set it to Dutch date and time format (which should be DD/MM/YYYY) in my profile in the browser version, but it does not seem to apply itself to the mobile app.

 

Is anyone successful in achieving this? 

Like 0

Like

0 comments
Show all comments

Hello,

 

I am looking for an Outlook connector that actually works. We have tried all the partner options and they're below satisfactory. I believe that SalesForce has an option that used to be called Lightening that everyone raves about. 

 

I'm wondering if Creatio will make this a priority in their new UI or perhaps have a mobile/tablet app that actually works making this type of product obsolete. At this point I will take either. 

Like 0

Like

1 comments

Hi Megan! How are you? Did you try our latest version of the connector: https://marketplace.creatio.com/app/outlook-connector-creatio? In case you have tried it, it would be very helpful if you share your feedback with us.  I suggest organizing a demo and being able to show you the capabilities of the connector. We also have a Gmail connector and we are working on a new version for Outlook Web.
Thank you!

Show all comments

I created a custom section in Freedom UI. Now I need to create a page in classic UI for this section (I want to use an add-on that doesn't work in Freedom pages). How can I do this?

Like 0

Like

3 comments

Hello Paulina,

You can create a section based on an existing object:

 

Please find more infromation here.

Bogdan,

 

Unfortunately, a section for this object already exists (as I mentioned, it was created in Freedom UI and cannot be created once again in Section Wizard) 

Paulina Ściegienna,

 

Sorry, but there is no such functionality for now.

 

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. 

Show all comments

We're looking to use the new Autonumber field feature on Leads to replace an existing custom field that we created to do a similar thing before this feature was available. We want the autonumber to start not at 0000001, but at where the other number left off (which now is 1026579). Hoping there's a setting somewhere I can make this change to utilize this feature. 

Like 0

Like

1 comments

Hello Andriana!

 

In order to reach the goal, you need to find a system setting with the code "CaseLastNumber" and set its default value to the prefered one from which the autonumber shall start.

Show all comments

I have tried to add a business rule in app, when the page is in "freedom UI" mode it does not work, but when i uncheck the freedom UI it works.

Same when adding actions to mobile!

Like 0

Like

2 comments

FreedomUI mobile for now supports business rules for the object job can set it with a business rule designer. Page business rules for mobile FreedomUI can set up only in metadata mode.

Web pages are Classic or Freedom UI? Business rules for object work only if you use Freedom UI in mobile and web versions (if web version pages are classic and only mobile is Freedom it doesn't work).

Show all comments

I want to show column with cdde "UsrCapacite_camion" when field with code "UsrSegmentClient"=Distribution .
This is my code :

and here is my manifest:

Like 0

Like

3 comments

Hello,

 

It seems that the UsrSegmentClient column is a lookup and you need to use an actual Id here, not display value of the lookup (in the value: 'Distribution' part specify an actual Id of the record instead of the 'Distribution' value). That's why the rule doesn't do anything.

Oleg Drobina,

Hello,
Nothing changed unfortunately
!
 

developer,

 

Hello,

 

Indeed, tested the same locally and it didn't work. I've discussed this with our R&D team and in FreedomUI old approach with mobile app business rules won't work anymore, only in old UI. They also have a task to make it possible to develop business rules in Freedom UI using standard wizard in mobile app and they've prioritized this task.

Show all comments

This is my Tab in Account section, i have been trying to delete "Service" and "Sales"8 tabs but they don't appear in section wizard. 

here is my account tab :

here is in section wizard: 

Like 0

Like

2 comments

That usually means your package doesn’t have a dependency on the packages that add those tabs. Check which dependencies your package has. Adding dependencies to the sales and service package will likely make them show up. 
Ryan

Ryan Farley,

it worked thank you 

 

Show all comments

Hi community,

I have an AutoGeneratedPage element in a Business Process. I want to access its corresponding schema in order to do some frontend validadations.

Does the AutoGeneratedPage has its own schema ? 

Best regards,

Sasori

Like 1

Like

2 comments
Best reply

Hello,

It didn't have its own schema, the whole point of this element is that it generates during a run-time. 
If you want to customize a similar page try using pre-configured. 

Hello,

It didn't have its own schema, the whole point of this element is that it generates during a run-time. 
If you want to customize a similar page try using pre-configured. 

Thank you Dmytro for the clarification! Thats what i did.

Show all comments