Refresh Timeline Component

How can you refresh a Timeline or to get it's data source?

Like 1

Like

1 comments

Hello, 
 
Please note, that there is unfortunately no possibility to do that through basic Creatio tools, only through  development for now. 

There is anotehr community post you may find helpful: https://community.creatio.com/questions/how-can-you-refresh-timeline-feed-or-next-steps-component-code


For Classic UI Creatio pages, to refresh or reload a page the function ReloadEntity is used:  https://customerfx.com/article/refreshing-a-page-or-detail-sections-on-a-page-from-client-code-in-bpmonline/

However, in Freedom UI Pages, the structure of the page is different and along with this a new way to refresh anything on the page. In a Creatio Freedom UI page, there is no longer separate details from the page itself. Instead, a list is just another element in the page that uses a separate data source on the page.

There is an article : https://customerfx.com/article/refreshing-reloading-page-or-list-data-on-a-creatio-freedom-ui-page/

Additionally to view more details about the Timeline component itself and setting it up we are adding some links: 
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/freedom-ui/overview
https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/ui-and-business-logic-customization/UI-designer

Show all comments