Does anyone know how to set the schedule to look back for a year? Our system is set up to only look back for a period of 1 month then the schedule erases. This is very frustrating not only for the billers but also for our nurses. HELP PLEASE!
Even if you switch to the list view? Our daily view disappears after 30 days but not the list view.
We can view the list view but I thought there might be a way to set the schedule to view back longer than 30 days.
Sorry I don't know of a way to change that. It would be nice if we could though. Hopefully someone else has a work around.
In the schedule to the left of the date are three icons, click on the "list" option. This will allow you to view the appointments for any date.
Here is what we have used to extend the number of months back we can view the schedule in the schedule view. I have not done this myself but our techs have.
select OtherLong, *
FROM MedLists
WHERE TableName = 'SlotHistoryDays'
begin tran
update MedLists set OtherLong ='365'
where TableName = 'slothistorydays'
--commit tran
the list view icon in scheduling allows you to go back to any past date and see appointments and appointment details.
Do you know the specific security setting that allows a user to use the list view? We have a user who needs access to that and it is not real clear to me what setting controls the ability to use list view.