Activity slot re aligned to the top of the day when end time is 12 Midnight

Hello Community,

 

In the activities section, when a user adds a task between 11 PM to 12 midnight for a day, Creatio automatically displays it at the top of the day (Ref screenshot below). We would like to disable this behavior and display the slot only between 11 PM and 12 AM at the bottom of the day. This is a usability constraint for users who would like to view their whole day as they scroll vertically through the day.

 

We are aware that this might not be possible using Out of the box or configuration tools. How does one achieve the above using development? Thanks in advance. 

 

Like 0

Like

2 comments
Best reply

Hello,

 

You will need to override the logic of the multiDayItemConfig object from the schedule-item.js schema (Terrasoft.controls.ScheduleItem class) according to your business needs (this object represents the configuration of such elements on the page).

 

Unfortunately we don't have any practical example on our side, but you can study the code of the schema and test it.

 

Best regards,

Oscar

Hello,

 

You will need to override the logic of the multiDayItemConfig object from the schedule-item.js schema (Terrasoft.controls.ScheduleItem class) according to your business needs (this object represents the configuration of such elements on the page).

 

Unfortunately we don't have any practical example on our side, but you can study the code of the schema and test it.

 

Best regards,

Oscar

Oscar Dylan,

Hi Oscar. Thank you. Your approach helped us crack this one. 

Show all comments