I tried installing this add-on in order to be able to copy the section details of an object in Creatio: https://marketplace.creatio.com/app/salesup-copy-object-records-creatio, but it did not work for me. Although it installed successfully, I got errors in the console (see below for error stack trace) when loading the page for the Copy object records settings. Is this add-on set up for use?

 

Uncaught Error: Script error for "SuCopyObjectSettingsSectionV2"
http://requirejs.org/docs/errors.html#scripterror
    at new s (main.js?hash=27e026eb9a9d42cba4288f23c680a5e8:1:697)
    at makeError (require.js?v=8.1.0.6557:168:17)
    at HTMLScriptElement.onScriptError (require.js?v=8.1.0.6557:1744:36)
    at v.invokeTask (polyfills.js?hash=27e026eb9a9d42cba4288f23c680a5e8:1:7131)
    at I.runTask (polyfills.js?hash=27e026eb9a9d42cba4288f23c680a5e8:1:2494)
    at g.invokeTask [as invoke] (polyfills.js?hash=27e026eb9a9d42cba4288f23c680a5e8:1:8183)
    at Z (polyfills.js?hash=27e026eb9a9d42cba4288f23c680a5e8:1:20797)
    at N (polyfills.js?hash=27e026eb9a9d42cba4288f23c680a5e8:1:21090)
    at HTMLScriptElement.U (polyfills.js?hash=27e026eb9a9d42cba4288f23c680a5e8:1:21356)

 

Like 0

Like

1 comments

Hello,

 

Please be informed that support for this free marketplace addon is only supported via email by the developer of this app. You will need to contact the developer directly at care@salesup-it.com.

Show all comments

Is it possible to hide an element based on a condition in handler without adding a new attribute for visibility condition to the element?

Like 0

Like

1 comments

Hello!



Could you please provide more detailed description of the task that needs to be solved, with screenshot or examples?

Your task could potentially be solved using the Visibility parameters or through business rules:https://academy.creatio.com/docs/8.x/no-code-customization/customizatio…

Show all comments

Hello All,

Can Anyone knows, on clicking on tab open popup window in Freedom UI ?

Like 0

Like

1 comments

Hello,

 

Could you please describe your business goal in more details, with screenshots if possible?

Show all comments

Hi all, 

I'm seeing several examples of how to handle the click event of a button in FreedomUI.

 

Was wondering which other events can be handled in the controls. I'm interested in the lostFocus or blur event of an input field. Is there any way to handle that event?

Where I can get documentation about all control events that can be handled?

 

I also saw some examples about handling any change of any viewmodel property. I-d like to handle view events for specific controls.



Thanks!

Like 0

Like

4 comments

Hello Andres!

 

Unfortunately, there are no specific event handlers for the fields.

 

But you can create your own handler for the blur event using the "handlers" schema section of the Freedom UI page or a remote module.

This request should be bound to the “blurred” property of the input field in the “viewConfigDiff”:

 

 

Also, the list of the generic query handlers is available here: https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/front-end-development/freedom-ui/client-schema-freedomui/references/handlers

 

Example of the invoking the query handler - https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/freedom-ui/page-customization-basics/examples/change-where-the-query-handler-is-invoked

 

 

Best regards,

Natalia

 

Thanks! Actually the "blurred" property is what I was looking for.

Is there any documentation in which I can see all the properties that can be bound for a field, in the same way we can bind blurred?



Thanks!

 

Andres Arrigonni,

Did you by any change got the documentation of all the events for fields? 

I just tried Blurred in a RichTextBox and it's not working.

PS. Any idea what blur in RichTextBox is?

This documentation would be useful for us as well.

Show all comments

Hello, 

 

I would like to customize the search in the order product selection. 

At the moment, I can only search by the product name or code, and I would like to search by a different factor. Is there a way to do this?

 

Best, 

Nur

Like 0

Like

1 comments

Hello Nur!

There is a possibility to customize the search by any column of the Product object with a text value.

You can implement that in the following way:

  1. Open Configurations.
  2. Create a replacing view model for “ProductSelectionSchema”(Product selection schema page).
  3. Add the “getQuickSearchFilterConfig” method, which sets the filter columns, and specify the names of all the text columns you want to search by.
  4. Change the value of “SearchStringPlaceHolder” in the localizable strings to the corresponding one (optional). This value would be displayed in the search box as a placeholder.
  5. Save the changes and reload the product selection page (press “F5”).

Best regards,

Natalia

Show all comments

Dears, 

Can you advise if there is a limitation on Partner External Portal to do signup page with file attachments during signup process. How is the best approach to do self registration portal. 

I hope there is no limitation to this even if it require development efforts

Like 0

Like

1 comments

Is it possible to set up useful number truncation in Creatio for Measure/KPI elements in Freedom UI? OOTB, if a number being shown in the Measure component is too long, it just gets cut off and ellipses put at the end to indicate it's not all showing, but this means the user cannot tell how big the number is at all! It could have 3, 6, 9 or more extra zeroes hidden in the ellipsis. e.g. the following could be showing 191 million, 191 billion, 191 trillion etc:

 

Ideally it would be possible to set it up so that you can choose to have automatic truncation using abbreviations like 10M or 20K if the number is too long, but it would also be nice if we could specify in the number formatting that the number should always be shown in thousands, millions etc - possibly something like specifying "{0k}" in the number format for always showing the number in thousands. Don't know how possible any of this is today or would require changes by Creatio, but any advice appreciated. Currently using Creatio 8.1.0

Like 1

Like

1 comments

Yes this is getting pretty frustrating among metrics and graphs alike for a couple years now, not to be able to set to K or M etc...

Show all comments

Hi,

 

I need to know if we can increase the size of a mini page in Freedom UI?

Like 1

Like

2 comments

Not yet without coding, it is in the pipes for S1 2024 according to the roadmap.

Hello!

 

Unfortunately, there is no such option at the moment. We have created a corresponding request for the development team to reconsider this logic.

 

As for now, we cannot provide you with specific recommendations on your question at this time, as such a scenario has not been studied and we have no examples of such a realization.

Show all comments

Hello,



I'm currently working on a case study that involves storing data for an event planner. There's a lookup table called "event types" which has options like birthday, wedding, and engagement.

The "event" entity stores information such as the event ID, manager, event type, and whether the event is active or not.

Additionally, there's a system setting variable that specifies the maximum number of active wedding events allowed (which is set to 5).

 

I need help setting up the following business logic:

1. Whenever a user adds or modifies an event type, a verification process needs to be performed. If the total number of active wedding events exceeds the system setting value, then the record should not be saved and an error message should be displayed. 2. The implementation method involves using handlers in the JavaScript code of the edit page, along with applying the client ESQ and validation mechanism.C

Like 1

Like

1 comments

Hi, 

 

How to hide the 'All apps' workplace or at least hide some sections from this workplace (users should have access to records via lookups but should not see the section)?

Like 5

Like

6 comments

+1 for this functionality, to be able to set it up for all or some groupe of users

Definitely agree this needs to be possible if it isn't already!

Hello,

 

Unfortunately, there is no possibility to disable the "All Apps" workplace at the moment. However, we have already registered a problem regarding this and forwarded it to our R&D team for review so it could be fixed in one of the future versions of the application.

Mira Dmitruk,



This is also a potential security issue. Users are able to see sections that are not supposed to be visible to them. This means that with every section we need to ensure that record permissions are available and implemented. Also, I notice the lack of AuthGuard. If a user appends a section page name to the URL, they are redirected to that section as well.



Can we have a workaround (even custom code) to remove/ hide All Apps and other irrelevant workplaces based on user role?

Mira Dmitruk,

 

Any news on this?

 

It is very important and 

 

Like Shivani was asking, is it possible to limit acces to users, even if it is via custom code?

 

This is really important

Rgds,

Luis

Luis Tinoco Azevedo,

For version 8.1.2 there is operation permission to hide All apps workplace

Show all comments