Hello,



I am updating a field of an entity in client side using ESQ:

Ext.create("Terrasoft.UpdateQuery", { rootSchemaName: entitySchemaName });.



I can't find any solid documentation and I am trying to know if it will really not trigger OnSaved events of that entity?



Is there any cheatcode/workaround I can use to trigger OnSaved via client side esq?



Thank you.

Like 0

Like

1 comments

Hello,

 

And have you tried to test if UpdateQuery trigger OnSaved? This should be easy: some simple logger added to the OnSaved handler. Also if you need to trigger some server logic after the update - you can direclty call some custom service (for example in the callback execution after the UpdateQuery).

Show all comments

When you have to check a lot of checkboxes in the detail (e.g. setting access rights, force update and so on) hint apperrs and hides large area with many rows.

So, I need to make extra movements to hide it.



I think, it would ne enough to show hint only over column header not over every row

Like 3

Like

1 comments

Greetings,



We have registered this wish with our R&D team for them to consider and make changes in future updates.



Thank you for helping to make the product better. 



Regards,

Orkhan

Show all comments

Hi Everyone,

 

I am getting this error while running a process that generates a report and sends an email.

 

Like 0

Like

4 comments

Is the printable template uploaded? Can you run/generate the printable normally? I believe I've seen an error like that when the printable record is missing the actual Word template file (but not sure if it's that exact error)

Ryan

Ryan Farley writes:

Is the printable template uploaded? Can you run/generate the printable normally? I believe I've seen an error like that when the printable record is missing the actual Word template file (but not sure if it's that exact error)

Ryan

I guess no. Do I have to upload a complete template as well? I just set up the columns in the reports and I haven't uploaded any template with it

Hassan Tariq,

Yes, there needs to be a template uploaded, even if it is just a blank Word doc. Without a template it will produce errors when trying to generate the printable.

However, what's the purpose of generating a printable to attach to an email with no content set up in the printable? (I assume you just haven't gotten to that part yet?)

Ryan 

Ryan Farley writes:



I have set up the rows & all information in Creatio. Didn't knew that I had to set up the report in word.

Show all comments

Dear, 

 

Is it possible to add a field to the opportunity clientprofile ?

 

what objet should i edit ?

Thank you,

Nicolas

 

Like 0

Like

1 comments

 

Page business rules missing the comparing signs in freedom UI.

Can anyone please help me find this values ?

 

Regards,

Dhrumil

 

Like 2

Like

3 comments

Hello,

 

Unfortunately, there are really no such operators in the current version of the app.

Thank you for your comments, our development team is already aware of this need and is working on its implementation.

 

😲 (For 8.1 ? 🫤)

Damien Collot,

I hope, we will have in 8.1 everything that we had in Classic UI

Show all comments

Hi Everyone,

 

I am setting up cases in my environment and I want it to move to 2nd stage when the user fills in all the information within the 1st stage. 

 

I believe that it can be done through business processes. But when I am adding the Sub-process within the case, it asks whether to run at the start of the case. Does it mean that it will only run that process one time? Because if it runs at the start that means our users will not have inputted their data and after when they have added the data then it will not run the process and will not move forward?

 

Also, let me know how can I make a formula that checks if the fields are filled or not filled?

Like 1

Like

3 comments

Hi Everyone,

 

We have a custom application on Freedom UI that manages all our orders and management. We just received news from Creatio team that reports currently do not work in Freedom UI and we can workaround through business processes. If there is any relevant material anyone has on how to create reports through business processes, then that would be really helpful! Thanks!

Like 1

Like

1 comments

Hello,



with element 'Process file' (https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…) you can generate reports and save them to attachments or send by email



Kind regards,

Vladimir

Show all comments

Hello,

 

This was an issue in Classic UI, when hidden fields still take a place on the page. But hope, Freedom UI can make it better.

I've tried this, but still there are spaces. How can we hide them at all? We have set with different fields, that are shown by conditions (and cannot be grouped). But it looks not very nice when they are hidden



Thank you very much!

Vladimir

Like 1

Like

3 comments
Best reply

Hi Vladimir,

 

If I am understanding your question correctly, you can use the "flex column" layout component. If you add your fields to this, it will adjust depending on which fields are visible

 

The below is the component in the the Freedom UI editor, along with how it displays to the user when the final three fields are not visible. 

 

 

 

Hi Vladimir,

 

If I am understanding your question correctly, you can use the "flex column" layout component. If you add your fields to this, it will adjust depending on which fields are visible

 

The below is the component in the the Freedom UI editor, along with how it displays to the user when the final three fields are not visible. 

 

 

 

I feel we need more training/documentation to make full use of Freedom UI :)

Hello,



That's correct. In order for the elements to "move" if other elements are hidden, you need to place these elements within a Flex column container. In other cases, there will be empty space instead of the element.

We've taken your customer voice into account and have created a task for the responsible team to supplement such documentation.

Thank you!

Show all comments

Good morning

 

When I export to SVG, I cannot use it because cannot read labels. See result here https://prnt.sc/lxuvQOyxDeXV

 

Please help

 

Thanks

Like 0

Like

3 comments

Hello Julio,

 

The issue may occur due to the tool / program with which you are viewing the image. Please try to open it with browser or other available tool.

 

Best regards, 

Anastasiia

Anastasiia Zhuravel,

Thanks Anastasiia,

 

In chrome works, but if I want to add it to an MS Word document to complement documentation, this is what I get, https://prnt.sc/m-Md7Hne7mqq 

 

And if I want to open it on a SVG editor like Inkscape I get this another result, https://prnt.sc/lxuvQOyxDeXV

 

Please help

Regards

Julio

 

Hi Julio,

 

Thank you for informing us! 

We'll register a query for a responsible R&D team to improve the functionality. 



Best regards,

Anastasiia

Show all comments

Hello, 



I'm trying to create a popup to display to users after they start a new session (log in).  What is the simplest way to do this? 



There is a new business process called "User sessions" in the CRT Base package.  Is this something I could use for the purpose of displaying a popup after a new user session is created?



I was able to create a custom user task that displays a popup and call it with a business process with a simple start but cannot figure out a way for it to be triggered to display to a user when they start a new session.



Any guidance is appreciated.  Thank you!

 

 

Like 1

Like

1 comments

Hello,

 

Sessions are created directly in the database by Insert and do not generate an event on the object. Business processes rely on events at the object. If it is not the happening process will not notice any changes. As for now, there is no option to track start/end of the user session via the process signals. Our R&D team responsible for this functionality is already working on implementing it in the future releases. I will forward your feedback to the team in order to increase the importance of this task.

 

Best regards,

Yuliya

Show all comments