Is it possible to reorder the analytics titles in the section analytics data view page?

Like 0

Like

1 comments
Best reply

Dear Ricardo,

Those titles are ordered by alphabet. If you need to set some of them in a specific order you can add dashboards to favorite...MoreLess

Dear Ricardo,

Those titles are ordered by alphabet. If you need to set some of them in a specific order you can add dashboards to favorite...MoreLess

Show all comments

Hello,

I'm extending BaseSchemaModuleV2 follow example of CenterNotificationModule, but it's missing the messages GetHistoryState and ReplaceHistoryState (already define in BaseSchemaModuleV2). I found that CenterNotificationModule has Parent = BaseSchemaModuleV2, but I cannot find a way to add that Parent to my module.

Like 0

Like

3 comments

Hello,

Here is an example of extending the modules:

define("UsrTestModuleV2", ["TestModuleV2"],
function() {
    Ext.define("Terrasoft...

MoreLess

Show all comments (2)

We need to add a custom button to the section analytical view page, which will trigger a business process.

Is it possible ?

Like 0

Like

3 comments

 This container you are referring to is supposed to store DataViews in it (please take a look at the getDefaultDataViews method from the...MoreLess

Show all comments (2)

In the angular code editors and WorkspaceExplorer in Creatio 7.17 there are toast notifications from the Angular Material Snackbar library that shows when you save or publish a schema, compile the configuration, etc. (the little black toast notification that displays in the bottom-middle of the screen after the save is complete)

Is it possible to use snackbar notifications in the client as well? Is there some module that wraps that functionality that can be used from client schemas?

Like 1

Like

3 comments

Hi Ryan,

We used a standard snack-bar as in the example here: https://material.angular.io/components/snack-bar/examples and wrapped with the service.

Here is an example: 

Show all comments (2)

Hi, i have an issue when i Show Confirm dialog in a page but when i selected it's close dialog and page but process still running, it is

not completed. Anybody know this issuse ?

diff: /**SCHEMA_DIFF*/[
			{
				"operation": "merge",
				"name": "Button-be6148b819154a0791eaee8f1635d859",
				"values"...

MoreLess

Like 0

Like

0 comments
Show all comments

Hi, i added a button into page and i want to show a dialog confirm. When i selected "Yes" the dialog and page is close but the next Actions of Process keep running, this is not completed. Someone can explaint it for me thanks :(

methods: {

          confirmRegistrationWriteOffContract:...MoreLess

Like 0

Like

0 comments
Show all comments

Hi,

I am using the "Save Printable" business process element ('Save printable' process element | Creatio Marketplace) to create a printable and attach it to an Order as a PDF, but instead, it always creates a word document. Here is a video to show the issue: https://www.screenpresso.com/=q6LEd

The process runs with no errors, but instead of creating the PDF, it creates a Word doc.

Is there a missing parameter here or something that needs to be set to generate the document in the format needed?

Like 0

Like

4 comments
Best reply

I am not certain but there was an update from Creatio last year that removed the PDF function from Printables. Already existing Printables were...MoreLess

Show all comments (3)

Hi Community,

Where can I find in academy the discussion related to different creatio classes. Please share link please. Thank you so much.

Like 0

Like

1 comments

When our users click on Display Data, they are required to click select more over and over again. Is there a way to increase the default number of records when using Display Data from a Dashboard?

Like 1

Like

1 comments

Hello Cricket,

Hope you're doing well.

At the moment the base logic of the application doesn't allow to show you either more or all the ...MoreLess

Show all comments

How to access redis cache data in section or edit pages? Is it possible to access the same only with client code without involving server code?

Like 0

Like

1 comments

Hello,

Please check this Academy Article. This one should help you to achieve your business task.

Best regards,

Bogdan

Show all comments