Hi Community,

I want to Highlight a column in a detail in Freedom UI. How can I do that ?

Like 0

Like

1 comments

Hello,



There is no such option now.

 

But 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

Hi Community,

I would like to know whether we can change a column as mandatory dynamically based on some condition

Like 0

Like

1 comments

Hello,



It could be achieved by business rules. 



Please find more information here.

Show all comments

Hi Community,

Is there any alternative like messages in  Freedom UI ? I want to send message from one client Module to another.

Like 1

Like

2 comments

Hello,

 

Could you please elaborate on your request and describe in more detail what logic exactly you'd like to achieve and how it should work?

Mira Dmitruk,

I want to send a message from page to detail page when I click a button to lock all fields of the detail. 

Show all comments

Hi,

I want to Override the base function shown in the image in the Freedom UI. How do I do that in Freedom UI ?

Like 0

Like

3 comments

Hello,

 

Overriding of 7x methods in FreedomUI page is not implemented, please use another approach to implement your business logic.

Oleg Drobina,

 

Hi, would like to know if the following functions in the images can also not be overridden in FreedomUI.







Thanks in advance Oleg!

 

Abilash,

 

Well, theoretically, but it wasn't tested, you may try overriding the BaseSchemaViewModel itself and method in it (using Ext.override) and try reading the current context in case the method is triggered from the FreedomUI page and process it in a custom way.

Show all comments

Hello.

 

For now

request.$context.LookupPropName = undefined

clear the value, but not triggers any change events on page.

 

How can i clear lookup value on the page with triggering 

crt.HandleViewModelAttributeChangeRequest request?

Like 1

Like

1 comments

Hello,

It looks like the only possible solution for you would be to clear the value inside the business process.

Otherways you just don't trigger the handler.

Show all comments

Hello Community, 

I have a business case where I wanted to load the records to the editable detail on click of a Save Button (We have a custom code written to insert the records to detail). 

I have added a page filter so that the detail should contain only the records where reference Id in detail is current page Id

Currently the records gets loaded when I refresh the entire form page. 

But I wanted to load the detail without refreshing entire page. 

I also tried to reload the detail from code, it didn't worked. 

my page filter is designed such that detail referencecoulmnId = current form page Id

When I reopen the page everything looks good.

Any suggestions is really helpful

 

Thanks

Gargeyi

 

 

Like 0

Like

1 comments

Hello,

 

Please check if the logic you created works when you click the Refresh button from the addon https://marketplace.creatio.com/app/reload-data-button-creatio right after clicking the Save button.

If it does, you can analyze the logic of the Refresh button from the addon and add it to your logic.

Unfortunately, we do not have ready examples of the implementation of this logic.

 

Best regards,

Yuliya

Show all comments

Hi,

I've created a remote angular module for Freedom UI, following the tutorial: https://academy.creatio.com/docs/developer/front_end_development_freedo…

I added my component to Freedom UI library. Thus, I'm able to drag'n'drop my component to page area.

The problem is that my component have some configuration params (a string and an integer), that I can't fill using the no-code designer. I have to do it manually, from source code.

I would like to add such configuration options to component to make it possible to configure a component instance in no-code way.

For example, when I create button I can change its label or action performed on click event. I would like to achieve something similar with my component.

I use Creatio 8.0.7

I will be really grateful for your answers :)

Eryk

 

Like 3

Like

6 comments

Could anyone help me? :)

Hi,

Can you please give more detail on these configuration params you are talking about? Some screenshots would be nice.

Dmytro Vovchenko,



Yes, sure :)

Some elements, like an input, have many configuration options:

 

And my component not:

 

So, I'd like to add similar configuration options to my custom component to reduce amount of coding while using custom angular components.

 

Hi,

Unfortunately for now the system does not support such no-code option.

However, already informed our developers about this option and they will work on this feature in future versions.

Thank you for helping us improve the system.

Hi, has anything changed since last time? :)

Hello,



After reviewing all the information, we inform you that at the moment the system still does not support this kind of no-code option. However, this particular request has been passed on to the responsible team for consideration and implementation in future releases. Task number: PR-29433.

Show all comments

Hello Community, 

 

Is there a way to copy the record on click of a button in the Form Page such that it will open the record with copied values and is open to edit values?

When I tried to copy a record using Modal class it directly creates a new record in the DB. I don't want to create a new record in DB with copied values but to open a new record with copied value.

 

Thanks in Advance

Like 0

Like

3 comments

Hello,

By clicking a button you can start a business-process in which you have the element "Open edit page". In this element, you can also set default values from all the columns you need. 

Hello, 

 

Thankyou for your reply,

I tried doing this but I could not find my custom Form page in the Open edit page field. 

Actually I wanted to perform the same operation that we do on click of "Copy" of a record from a list page in the form page on click of button. 

On click of a button, Copy all the fields in the current form page and open a new record with  copied fields, But the record should not get saved in DB until user saves the record. 

 

Any Suggestions is really helpful. 

 

Thanks

Gargeyi

 

 

Hello,

In that case, you can add a button with the action "Open new record".

With it, you can choose your objects and set the column values from the main record.

this button will open a new page without actually saving the record.

Show all comments

Hello Community, 

 

I have a requirement to save and close the page on click of Yes in the confirmation pop up message in Freedom UI 

 

When I tried to do it after choosing Yes, using Handler chain, it doesn't accept await. 

and so I tried it without using await. 

 

Now, it closes the page without saving the page and so it shows unsaved changes popup message. 

The code written is attached below

Any suggestions is really helpful.

Thanks

Gargeyi

File attachments
Like 0

Like

4 comments

Try using await on the calls to handlerChain.process/

For example: 

await handlerChain.process ({...

Ryan

Hello Ryan, 

When I tried to add await with in the result block, it throws syntax error. 

Do we have any alternative way to do it. 

Thanks

Gargeyi

 

GargeyiGnanasekhar,

What specifically is the error you’re getting?

Ryan

Ryan Farley,

 

Attached the screenshot where the error occurs. 

I wanted to save and close the page after user click on Yes button from the confirmation box.

 

Thanks

 

Show all comments

Hi community,

 

what is the right way to start customizing the new version of the account entity in freedom UI?

I have tried creating a new app and using the account object, the new app shows me the new list but still uses the standard form defined in the "360 customer" app.

Like 0

Like

1 comments

Hello Stefano,



In order to access Freedom UI, you will need to go to System Settings,

Please follow the instructions in this Guide:

https://academy.creatio.com/docs/user/platform_basics/freedomUI/turn_on…

 

Show all comments