58
Views
5
Comments
Solved
need to make status using Time line Widget.
Question

i made the static entity of Status of Doctor booking which is having record of booked,cancled,prescribe and finished . which i want to show on time line widget. i used but it is showing me only last updated status of booking.


Screenshot (198).png
2025-11-18 12-43-07
Mariana Junges
Champion
Solution

Hi,


If what you want is for all status changes to appear, for example:

Booked 8am;

Prescribed 8:30 am;

Finished 9 am;


You need to create a helper entity that logs the status changes (and use the create action every time there is a change) and then present this list of data in the widget.

2022-07-03 17-24-08
Sourabh sharma

hi Mariana Junges 

plz give me oml if you have it will help to build.

2025-11-18 12-43-07
Mariana Junges
Champion

Hi,


I didn't have anything ready. But I made an example for you.


Let me know if it helped.

exemple.oml
2024-01-31 05-29-41
Akshay Deshpande
Solution

Hello saurabh, 

you information is quite short to get what the exact problem is caused but at first look there are two possiblity you are getting this

- you are passing current record (to timeline item without timeline list)

- max property of your entity set to 1 

if this is not, better can you share some oml  or POC to help you quickly on this

Thanks and Regards,

Akshay Deshpande

2025-11-18 12-43-07
Mariana Junges
Champion
Solution

Hi,


If what you want is for all status changes to appear, for example:

Booked 8am;

Prescribed 8:30 am;

Finished 9 am;


You need to create a helper entity that logs the status changes (and use the create action every time there is a change) and then present this list of data in the widget.

2022-07-03 17-24-08
Sourabh sharma

hi Mariana Junges 

plz give me oml if you have it will help to build.

2025-11-18 12-43-07
Mariana Junges
Champion

Hi,


I didn't have anything ready. But I made an example for you.


Let me know if it helped.

exemple.oml
2022-07-03 17-24-08
Sourabh sharma

hi Mariana Junges  and Akshay Deshpande ,

thank for your replies.

kind regards.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.