Hello guys, I'm fairly new to Creatio, but I've seen there are a couple of functionalities that are missing. Some have never existed in Creatio and some others were in Classic but not available anymore.
Right now I'm interested in calculated metrics, but for freedomUI. And maybe something similar...MoreLess
I have this list page, which has two QuickFilters, I need to get the values from these quickfilters so that when the New button is pressed, these values are passed to this new page to be taken into account when creating a new Payment. One of the filters selects the contact and another selects the Loan to which the payment will be made. I have tried many ways, but I am unable to get the data from the quick filter.
hmm, if you do a console log to every change request in the handler (without specifying the attributeName) you can make sure you're using the...MoreLess
Could anyone please help me achieving the things below?
I have added two custom attributes in the client module.
One of lookup type and the other for text. As soon as the user selects the value in the Title Dropdown, the Description text field should be auto-populated with the corresponding...MoreLess
First of all, you'll need to have a change event for when the lookup attribute it selected, add something like this to the lookuip attribute: ...MoreLess
First of all, you'll need to have a change event for when the lookup attribute it selected, add something like this to the lookuip attribute: ...MoreLess
is it possible to custom image size ? not using template 'S, M, L, XL' in page No-Code editor, but more like custom value in form page client module or custom css?
I intend to increase the width of the image; the size would be the same as the field width.
I was told by support that it currently isn't possible, and their recommended workaround was to save the value to the JS global variable `window`...MoreLess
I have a lookup field on a detail (List of VAT options with an added column for the % values), im trying to use these now to calculate a value, how do I access the other column? I can access the VAT Code using this.get("UsrVatCode"), but want the associated column which as the % amount.
I'm trying too display the same object as 2 separate details filtered by a type, however I want to be able to make each detail auto set that type dependent on which detail was used to add the new record, ive been trying to find a solution but cant, any recomendations?
I need to set fields required based in values of a lookup at client side.
I was trying to test how isRequired works in attributes , but I found that the only way to work with it, is declaring the explicit value to True or False.
Tried to use a virtual column, and a method function,...MoreLess