can i add any aggregation function in report to return the sum for any fields ?

Like 1

Like

1 comments
  • Hello,

    Yes, you can add aggregation functions in reports to return the sum for any fields in Creatio. To do this, you typically need to configure...MoreLess
Show all comments

I am adding a custom section to the Studio workplace and then exporting the package from the Application Hub, but when I reinstall the package using the application hub the section is not restored to the Studio workplace.  Built in sections will save but not my custom section.

What am I missing here?

Any clues appreciated.

A prompt response would also be appreciated!

Like 0

Like

2 comments
Best reply

If what you're saying is that the section doesn't display in the Studio workplace - Does your package have a data element for SysModuleInWorkplace...MoreLess

Show all comments (1)

Hi,

Is there a way to alter the open record event of a detail row in Freedom so that it runs a particular event that I want? I see some example of HandlerChain, but those are primarily from a button.



Example, instead of opening the edit record page of the product when clicking "Motherboard..." I want to change what it does.

Regards,
Solem A.

Like 0

Like

1 comments
Best reply

Hello,

Find the _sendRequest method in the core file like 1964.1a6d8f3494eb48eb.js. This will show that the request sent when clicking the...MoreLess

Hello,

Find the _sendRequest method in the core file like 1964.1a6d8f3494eb48eb.js. This will show that the request sent when clicking the...MoreLess

Show all comments

I have a local deployment of Creatio that installed without issue (except for this fix, ref. Error logging into local deployment of Creatio | Community Creatio).

I can log in fine, however when I try to access the Application hub or Advanced settings pages Creatio freezes while opening the pages.  Everything in the browser console on the opened pages looks OK without any issues.

Any clue appreciated,

Like 0

Like

4 comments

Hello,

Please provide us with the screenshots of the browser console when the issue is reproducing.

Show all comments (3)

Hello,

We are on the process of implementing SSO and the users testing are getting confused because they are used to enter their credentials on the Creatio Login page (basically clicking on the Single Sign on link is foreign to them.)

Is it possible to have two different login pages? One with the Creatio Login page and another just with the SSO link?

Thanks,
Jose

File attachments
Like 0

Like

1 comments

Hi Jose,

You can achieve this goal by activating SSO auto-redirect for your site. This way, users who enter your site's link will be redirected...MoreLess

Show all comments

Hey Community,

I'm looking to access the `onclick` / 'FolderTreeVisibleChanged' handler of the Folders button on Freedom UI list pages. What is the name of the handler method that i can use?


Like 0

Like

3 comments
Best reply

Hello sprity,

If i understood you correctly, you want to control visibility state or togle mode of the folders tree. The handler you provide...MoreLess

Show all comments (2)

Hello community,


I have noticed that development on Freedom UI requires more resources for local development.

I develop on a laptop with 16 GB RAM, Intel i7 CPU and SSD hard drive and often have problems with browser memory and package compilation.

What kind of laptop configuration do you use?

Like 0

Like

4 comments
Show all comments (3)

Dear colleagues,

I'm facing an issue with filtering records in a ListPage. I need to implement a cascading lookup relationship between two Quick Filters:

  1. Quick Filter 1 (QF1): Category
  2. Quick Filter 2 (QF2): Subcategory
  3.  

My goal is to dynamically update the options in QF2 based on the selected...MoreLess

Like 2

Like

1 comments

Hi,

We have consulted with the product owners of this feature, and we are sure that this task can only be achieved using development.

Also...MoreLess

Show all comments

Hello Creatio community

I have developed a page using Freedom UI. I want to develop some core functions that i want to call in different Freedom UI screens. For example function calculate as shown below.

define("ApplicationFormSection_FormPage", /**SCHEMA_DEPS*/["@creatio-devkit/common"]/**SCHEMA_DEPS*/...

MoreLess

Like 0

Like

1 comments

Hello,

A better approach is to use modules for page code. I try to add as little code to the page request handlers as possible and move all...MoreLess

Show all comments

Hello,

Is there a way to configure a field's logic in client module like,

If condition A, use lookup A

if condition B, use lookup B

Can you provide a sample code for it? 

Thank you!

Like 0

Like

1 comments

Hello, 

You can use the business rules for this purpose and do it with no-code methods. Please check the article "Set up business rules"...MoreLess

Show all comments