I'm Getting Error while compiling the workspace everytime. I checked the error log and it's saying as below. Kindly help to resolve this. Have attached the file for reference.



[57] ERROR IIS APPPOOL\Creatio Terrasoft.Core.UserConnection OnCurrentUserConnectionChanged - Overwriting UserConnection.Current in the same context is not allowed    at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)

File attachments
Like 0

Like

1 comments

Hi Creatio community,

 

While creating a list page or form page in FreedomUI, we noticed that the option to view the changelog is not present even after enabling changelog for that particular object. 

 

We would like to know how to get this option in the form page (edit page) like in the previous versions. 

 

 

 

Thanks in advance.

 

Regards,

Abilash.S

Like 2

Like

7 comments
Best reply

Hi Abilash,

As far as I'm aware, this custom action is not yet available out of the box. I would assume in version 8.1 it would be present.

One workaround would be to call a handler to navigate to another URL, where you can construct the url for the specific change log of that record.

Hi Abilash,

As far as I'm aware, this custom action is not yet available out of the box. I would assume in version 8.1 it would be present.

One workaround would be to call a handler to navigate to another URL, where you can construct the url for the specific change log of that record.

Hi!

 

At the moment, Freedom UI doesn't have a quick way to go to the Change Log. This should be available in new versions. 

 

A workaround would be to call a handler to navigate to another URL.

 

Regards, Anton 

 

Is there any update on this? I can't see the change log option in a recently created 8.1 free cloud environment after turning it on for an object, nor an action that would correspond to it similar to what the Access Rights has for that button.

Hi,

Any news on this?

we also need to view change log.



As a temporary solution, is it possible to turn on the change log and view the changes in a lookup?

If yes, what object should be used to view the changes?

Thanks,

Luis

+1

There's been an update on this - in release 18.2 there's a possibility to add a button with an action "Change log" - it can open a page with a change log for the record or entire object. The only thing is that it is still the old design and the button opens a new tab, so it's not visible on the record itself.

Jarema Pyziak,

In the roadmap, it says you can view change log "live", is it what you have described here above ?

Show all comments

Hi Community,

 

I've created a detail in FreedomUI that adds attachments to the SysFile table. But upon upload, I can see the newly added file in the detail only after reloading the whole page. 

 

 

I tried to reload the detail on upload using the following code but it didn't work:

 



{

                request:"crt.UploadFileRequest",

                handler:async (request, next) =>{

                    console.log("new record");

                    await next?.handle(request);



                    const handlerChain = sdk.HandlerChainService.instance;

                    for(var i = 0;i<2;i++)

                    {

                        await handlerChain.process({

                                                    type: "crt.LoadDataRequest",

                                                    $context: request.$context,

                                                    config: {

                                                        loadType: "reload"

                                                    },

                                                    dataSourceName: "DataGrid_0b46u59DS"

                                                });

                    }



                }

},

 

I would like to see the file in the detail as soon as its uploaded. 

 

Thanks in advance for any help!

 

Regards,

Abilash.S

 

 

 

 

Like 1

Like

2 comments

Hello,

Please try reloading using this code

setInterval(async ()=&gt;{
                                const handlerChain = sdk.HandlerChainService.instance;
                                await handlerChain.process({
                                    type: 'crt.LoadDataRequest',
                                       $context: request.$context,
                                    config: {
                                        loadType: 'reload'
                                    },
                                    dataSourceName: '{Your Data Source}'
                                });                        
                            }, 1000);

 

Hello,

You can still use that approach, or you can add a standard attachment component.

Show all comments

I want to create a custom Business process element as shown in in the below image. How can I implement this?

 

 

Like 1

Like

2 comments

Hello Pavan, 



Below, I have shared documentation to help you with this question: 



https://academy.creatio.com/docs/developer/development_tools/creatio_id…



Best regards,

Orkhan Gojaev

Hi Orkhan,

Documentation you have shared is regarding custom user task. can we create a custom element in Business process just like send email element, approval shown in picture. and add my custom element in this list.



Thanks in advance.

Regards,

Manideep

Show all comments

Is it?

Like 0

Like

1 comments

Greetings,



Yes! You may ask us any testing related question on the Community page.

Feel free to contact us at any time.

Show all comments

I need To restrict the user from uploading files other than PDF in the specific section alone. I'm aware of secure file upload feature to achieve this functionality but still this won't fulfill what I'm aiming to achieve i.e., restriction should be applicable only for specific section with custom disclaimer message

Like 1

Like

1 comments

Hello Kavya, 



Indeed the oob functionality includes possibility to restrict uploading files in a specific format into the system, however such limitation can be applied only to the whole system and not a specific section. 

Unfortunately, there is no way to apply such customization only to a specific section with a help of basic system tools, the additional development will be needed. 



We've registered a query for our responsible team to consider implementing such functionality in the upcoming releases.



Thank you for helping us to make our Application better!



Best regards,

Anastasiia

Show all comments

Hi Community,



Would like to know how enable elastic indexation for object if it have only Freedom UI section?



(If object have old sections - everything is obvious)

,Thanks

Like 1

Like

1 comments

Hello Pavel,

 

Indexation is turned on by default for sections created in the Freedom UI. Currently, there is no option to change it, but we will create an idea for our developers to implement it. 

 

Best Regards,

Anton

Show all comments

Hi Community,

 

Wanted to know if there's a way to load the DCM cycle faster. Currently, it's taking about 5 seconds for it load and would like it to appear sooner. Have attached a photo for your reference.

 

Thanks in advance.

 

Regards,

Abilash.S

 

 

 

File attachments
Like 0

Like

1 comments

Hello,

We have noticed that your DCM is customized. Most likely, these modifications are affecting its loading speed. It is necessary to investigate how the customization can be adjusted to improve the system's performance.

If you try working with the basic functionality, you will see that the transition between stages takes less than 5 seconds.

Show all comments

Hi community

 

The "Connected to" section of the Activity entity allows an account to be linked to an activity.

The related contact must belong to the account linked to the activity.

This type of business rule is incorrect because a contact, via the ContactCarreer entity, can be linked to one or more accounts.

Is it possible to change this behavior?

 

 

Like 0

Like

2 comments

Hello!



To remove filtration, please disable the "Contact: Add filter by Account" business rule:

Alona Dolya,

Hi Alona

 

Thank you for you suggestion.

I customized the filter using this snippet code, 

attributes: {

            "Contact": {

                "dataValueType": Terrasoft.DataValueType.LOOKUP,

                "lookupListConfig": {

                    "filters": [function() {

                        var accountId = this.get("Account");

                        var filters = Ext.create("Terrasoft.FilterGroup");

                        

                        if (accountId != null) {

                            filters.add("JobExperienceFilter", 

                                Terrasoft.createColumnFilterWithParameter(

                                    Terrasoft.ComparisonType.EQUAL, 

                                    "[ContactCareer:Contact].Account.Id", 

                                    accountId

                                )

                            );

                        }

                        

                        return filters;

                    }]

                }

            }

        },

Show all comments

I'm trying to create a survey like list of questions in order to capture the response of each user. For this , I've created a detail so that it'll be easier if any questions to be added/updated in future. I'm stuck in a point where Ive to make questionnaire column to be completely disabled from the editgrid functionality like the below image. Please assist how could I achieve this.  

 

File attachments
Like 0

Like

4 comments

Hello,

 

If I understand your goal correctly, you will be able to set this up with the help of Business Rules. You can find all the instructions and details on this functionality in this Academy article.

Mira Dmitruk,

Thanks for the response. If business rule is applied to disable the column It looks like below. Which does look good as if Question is too long it'll show only few words of that in a grid view as below

Column Ques should be shown fully like multi-line text.

Kavya,

 

Unfortunately, there is no possibility to implement this functionality with the help of basic tools.

However, you can edit the schema via code.

Please, refer to the following Community posts in order to find the correct way to do so:



https://community.creatio.com/questions/long-text-detail-list-view

https://community.creatio.com/questions/text-area-field-editable-detail…

Bogdan,

Thanks, This was helpful. refered the same and Was able to achieve the

functionality

 

Show all comments