Appointments: IDMS_JC where U_IDMS_Type == Appointment.

  • AppointmentsCurrent: from the Appointments above we keep the entries with CreateDate in the current month from start until today.

Calculations

We create a table which contains all weekdays except Sunday and the hours from 08:00-16:00.

We loop each entry of AppointmentsCurrent and we check what day AppointmentDate is and what hour and we add this to the above table.

We present the whole table inside the widget.

  • No labels
Write a comment…