Show Timeline Pages top Public/external usersIssue There is a timeline page which has data coming from a table which is open to read for public/external users. But, the timeline data is not visible to public/external usersCauseTimeline pages are rendered by $show_schedule.do page. Making $show_schedule page public in sys_public table will only make the page public but not the data inside it even though the data might be coming from public/external.Just exposing the $show_schedule.do to external users will not have all the scheduling functionality working for external users. The entire scheduling has to be made open for external users for them to access and work on the $show_schedule page. Also there is no functionality for read only view in the $show_schedule page. ResolutionThis is expected behavior and is not possible as of now.