Hi Community!

I need to display existing documents from other sections together with the directly attached documents in FreedomUI 8.1.

The attachments are stored in the table "SysFile", which has a column called "TypeId". That lookup has the values "File" (default), "Link" and "Link to object".

...MoreLess

Like 2

Like

1 comments

Hi Robert!

Unfortunately, displaying the various sections' attachments together in one attachment component is impossible. However, you ca...MoreLess

Show all comments

I'm trying to improve a UX flow in one of our clients, and to do so I'm hoping it would be possible to create a modal dialog box which can have a date selected from a date picker, but I can't see any obvious ways - is there anything that can be done for this? I saw this excellent guide on getting a...MoreLess

Like 0

Like

10 comments
Best reply

Hi Harvey,

I've done this in several areas in our system using modal forms (actually called a Mini Page in the page types dialog you select...MoreLess

Show all comments (9)

Hello Everyone,

I have implemented saving functionality in Freedom Ui.

const saveRecordRequest = {

    type: "crt.SaveRecordRequest",

    preventCardClose: true,

    $context: request.$context

};

        ...MoreLess

Like 0

Like

2 comments

What is the behavior you're expecting? Can you outline the scenario you're trying to accomplish? 

In the code you're including preventCardClose:...MoreLess

Show all comments (1)

CAN ANY HELP ME ON Triggering a Client-Side Event When a Field is Changed on a Page in Creatio in Freedom UI?

Like 0

Like

4 comments

I have an article showing how to do this here: 

https://customerfx.com/article/responding-to-an-event-when-a-field-is-c…

Ryan

Show all comments (3)

Can anyone knows HOW TO ADD POP CONFIRMATION MESSAGE for selecting Yes or No in Freedom UI

Like 0

Like

2 comments

Is it possible to change the colours/colour progression used for subsequent sections of a donut chart widget? We currently want to define that one value of a boolean on a lookup should be displayed in green, and the other red, but a generalised way of doing this would be very helpful for future reference - e.g. to specify the set and order of colours used in some way. We're currently on 8.1.0.6820 Any help would be greatly appreciated!

Like 1

Like

1 comments

Hello,



Unfortunately, at the moment it is impossible to customize colors in charts. However, a task has already been registered in ou...MoreLess

Show all comments

Can anyone tell how I can Navigate to a Page by clicking on button in Freedom UI  by using (customcode)

Like 0

Like

3 comments

You can do that with no code using the actions: 

  • Open new record (to open a page in add mode)
  • Open existing record (to open a page in...MoreLess
Show all comments (2)

Hi,

Has someone figured out how to merge duplicate contacts in the contacts section in freedom UI ? The documentation only shows classic UI contact page https://academy.creatio.com/docs/8.x/creatio-apps/creatio_basics/busine…



Cheers,



Damien

 

Like 8

Like

12 comments

Hello,



Unfortunately, it is not possible to check the deduplication for a contact record while it is being created. You can do it through ...MoreLess

Show all comments (11)

Is it possible to cancel a DCM transition from JS code? I believe it used to be possible in the classic UI, but I can't find any info on achieving it in Freedom UI. Trying to intercept the call with a handler for `crt.EntityStageProgressBarStageChangedHandlerRequest` allows "cancelling" it in a sense...MoreLess

Like 0

Like

1 comments
Best reply

Hello!



In order to cancel a DCM transition you will have to add a handler for the system request crt.SaveRecordRequest, which is executed when...MoreLess

Hello!



In order to cancel a DCM transition you will have to add a handler for the system request crt.SaveRecordRequest, which is executed when...MoreLess

Show all comments

Hi community,

I have this requirement where the client must be able to move one or more records from one detail to another through a business process. Following the steps shown in the image below:

1. The user must select one or more records from the "Product on Invoice" detail.

2. Next, the user...MoreLess

Like 2

Like

1 comments

Dear Pedro,

To execute this idea, you can do the following:

1) You can add the element that depends on user's choice in the "User's Action":

...MoreLess

Show all comments