Hi, I tried to make a grid caption in two lines, first I added a
tag to the title of the header

 

 

but the second line was hidden somewhere behind the table elements.
Then I added my own CSS (a copy of InnerListedGridHtmlGeneratorCSS.css)

added padding-bottom: 60px to the fixed-captions-wrap class and it made it two-line, but
now it overlaps the first lines of the list.

 


Can you advise me on how to fix this or any other way to make the labels span two lines?

 

 

.fixed-captions-wrap-width(@scrollWidth) {
    .fixed-captions-wrap {
        width: calc(~"100% - @{scrollWidth}");
    }
}
.grid.grid-listed.inner {
    @fixed-header-height: 37px;
    padding-top: @fixed-header-height;
    .listed-grid-line:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }
    .fixed-captions-wrap .grid-captions {
        box-shadow: 0 1px 1.9px 0.1px rgba(0, 0, 0, 0.28);
    }
    .listed-grid-line {
        display: flex;
    }
    .grid-listed-row {
        margin: 0;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .fixed-captions-wrap {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: @fixed-header-height;
        overflow: visible;
        background-color: white;
        width: 100%;
        padding-bottom: 60px;
    }
    .grid-captions.fixed-header {
        position: absolute;
        padding-top: 9px;
        padding-bottom: 5px;
        font-size: 13px;
    }
    label {
        font-size: 1em;
    }
    .grid-scroll {
        overflow: auto;
    }
    .grid-bottom-spinner-space {
        position: relative;
    }
}
Like 0

Like

1 comments

Hello Andrii,

 

Basic capabilities don't allow the column to multiline properly. Yes, the <br> tag can be added, but this will make the title overlap the top border of the detail that is between the records and column titles. The only possible way is to play with CSS, but unfortunately we don't have any specific example for it.

Show all comments

Hi Everyone,

We have a table in our application that stores the assigned employees for different projects. And we want to create a report for them. We have created a report but when we download it, it downloads the files of each employee separately. But we want them all in a single file which we can then send to other employees as well. Is there anything wrong that we are doing?

Like 1

Like

1 comments

Hello, 

Unfortunately, we do not have the ability to generate a report for all records, since the template is configured for individual records. 

  

But as a workaround, you can implement the following: 

  

1. Create a new object, for example “Report”. 

2. Add a lookup column to the “Employee” object, which is sent to this “Report” table; for convenience, let’s call it “Report Column”. 

3. Create a record in the “Report” object. 

4. Set for all Employee in the “Report Column” column the value of this entry from point “3”. 

5. Thus, all Employee are sent to this entry, you can set this entry to the default value so that entries are always sent to this entry. 

6. Create a report on the “Report” object and add the “Employee” table to it, where the relationship will be: 

Report.Id = Employee.ReportId. 

7. For this table, create the filtering we need and configure the report template. 

  

As a result of what we did, we created an object and a record, the details of which will display ALL Employee in the system. 

  

Thus, when making a report, all Employee that fall under the required filtering set in the settings of the tabular part of the report will be displayed in the report. 

  

Or as another workaround, you can export the detail to Excel and attach a table to the report, but this approach requires manual editing of the printed form. 
 
But we understand that this solution is not ideal for your needs, and we want to inform you that we already have a registered idea for the development of this functionality. This functionality will be implemented in future versions of Creatio. 

Show all comments

Hello Everyone,

 

I'm currently exploring security options within creatio, to secure the process with Password. Specifically, My goal is to restrict access to certain process by requiring user to enter password before any modifications.

 

Could anyone share insights or best practice to implement password protection for Process in Creatio? Are there any built-in features or recommended approces to achieve this?

 

Your guidance would be greatly appreciated. Thank You!

Like 0

Like

2 comments
Best reply

Greetings,
 

Unfortunately, we do not have this functionality at the moment. We have registered this request for our R&D team to ensure that the developers consider this request and implement it in future updates.


Thank you for helping us make the product better!

Greetings,
 

Unfortunately, we do not have this functionality at the moment. We have registered this request for our R&D team to ensure that the developers consider this request and implement it in future updates.


Thank you for helping us make the product better!

Orkhan,

Thank you for your kind reply.

Show all comments

Hi,

 

I would like to set up a few notifications:

First one - when the below workflow is changed that a notification is sent:Second one - when feed's are updated that a notification is sent

 

What is the best way to approach this?

Like 1

Like

1 comments

Hello!

You can configure business processes to listen for changes on the specified objects:
1. The first process will listen for changes in the object's stage.
2. The second process will check if a message has been added to the related feed channel ((determining the necessary ID code of the feed object).

You can create the notification using the following parameters:

Show all comments

Hello,

 

is it possible to configure Homepage (in Freedom UI style) on Portal instead of "Portal Main page" (Dashboard in Classic UI style)

 

Thank you!

Vladimir

Like 0

Like

1 comments
Best reply

Yes. The selection of the homepage is hidden for portal workspaces but you can still add it manually to the SysWorkplace record. Create a Freedom UI homepage, then you'll have to update the SysWorkplace for the portal to add the HomePageUId of the dashboard page.

Ryan

Yes. The selection of the homepage is hidden for portal workspaces but you can still add it manually to the SysWorkplace record. Create a Freedom UI homepage, then you'll have to update the SysWorkplace for the portal to add the HomePageUId of the dashboard page.

Ryan

Show all comments

Hello, 

is there a way to get the product selection grid in Freedom UI mode, please ? 
The current way of selecting products in order is much more tedious when you need lot of products.

Regards

Patrice

Like 1

Like

3 comments

I guess the answer is no.
ProductSelectionSchema massively use the sandbox, which is not available in freedom UI.

I played a bit with BroadcastChannel to handle communication between pages but it seems to be a difficult way to do it.

 

Any suggestion ?

 

Regards

Patrice

Hello,

We have passed the feedback to the R&D team, and we would like to note that it is indeed impossible to implement your task at the moment, but the solution is being prepared for version 8.1.3. Currently, we are working on implementing a full-fledged product catalog for Freedom UI. Basically, it will be the same functionality that we have in Classic UI. 

Thank you Malika, 
we will wait for 8.1.3.

Regards,
Patrice

Show all comments

Hi,

 

Is there an option to replace the default fields titled 'Select results' and 'Enter detailed results' in the activities calendar, which is located in the 'complete activity' mini form? 

I'd like to replace these fields with ones I've created, which are available in the full-page form.

Like 2

Like

4 comments

+1

Hello,

Unfortunately, it is not possible to change this popup window using the basic application tools, at this point. This can only be done through a specific development process. The code of the page on the ActivityMiniPage of the UIv2 package: 

The development team already considering the possibility of changing this window with basic tools in future versions of the system.

Malika,

Yes please, the more we have nocode possibilities on a nocode platform, the better ;)

Malika,

Thank you so much for your reply. That would be great if I could modify this popup's fields easier. :)

Show all comments

Hi there,

I'd like to add a custom filter to the activities calendar:

There are two filters needed - "+1 day" and "-1 day". My filters should calculate the selected day plus or minus 1 day.

The question is how to add that and where can I find the logic of the current filters listed above?

Like 1

Like

4 comments

It's also missing the basic : 

Previous Year
Current Year
Next Year



Especially that we have these options in advanced filters 🤨

Just need to make this filter customizable. We could set a name and formulas for start and end dates

Vladimir Sokolov,

Could you provide a code snippet? Honestly, I'm not sure how to start the code. I think it should be created in the same file as the current filters, but I'm unable to find them...

 

If I`m not mistaken, this discussion can help you achieve your goal.
To set a value you just need to write your own defValue

Show all comments

Hi all,

 

In the application we are building we have necessity to have Rich Text field that need to be filled with log descriprion (400/500 characters). The content of this field is not all visible in list section. Because of this we are asking the following:

 

  • - In a list Section is it possible to increase the height of a row so that all the content of a field clould be visible to the final user (please refer to attached file)?

 

Right now the only possibility a final user has to see the entire content of the field is with the tooltip.

 

Regards

 

Stefano

File attachments
Like 1

Like

1 comments

Hello!

 

Unfortunately, this feature is not available in the basic build.

 

At the moment, this can only be implemented through development methods.


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

Dear,

 

Each time we create a new opportunity, the stage history is allready filled with wrong data.

Some stages are indicated even if the opportunity did not use the stages.

 

I tryed to disable all process launch at the opportunity creation but the stage history is still filled in :

Opportunity Stage

Does somebody have an idea where from this problem can come from ?

The default opportunity Stage is "Découverte".

 

Thank you !

Nicolas

Like 0

Like

1 comments

Hello Nicolas,

 

This behavior is absolutely correct: now all the stages from DCM, which were before the current stage, are presented in the object's stage history. The previous behavior was a bag and was fixed in the current release.

 

To get back to old logic you may disable the feature 'SynchronizeStagesByDcm'.
 

Show all comments