Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The UpdateAppt method updates a single existing appointment for all synchronized SRP Schedule Controls. This has the same effect as the SRP Schedule Control's Appt property. Like all SRPSchedule methods, you should call this only when the SRP Schedule Control is unavailable. This is useful for updating remote schedules when a user modifies an appointment via an OpenInsight form.

...

PosNameTypeDescription
<1>Appt IDTextThe appointment whose flag to change
<2>Flag IndexIntegerThe flag to set, 1 - 16
<3>Flag ValueBooleanThe flag's new value

If the appointment doesn't exist, then nothing happens. If the appointment does exist, then the SRP Synchronization Server will update the appointment flag for all connected SRP Schedule Controls. You can only update one appointment flag at a time.

...