Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
515
Set WebScheduleInfo AppointmentFormPath Via JavaScript
posted

Does anyone know if there is a way to set the WebScheduleInfo AppointmentFormPath property via JavaScript?

I need the ability to set the path based on whether or not my appointment is "read-only".

Thanks - JP

Parents
No Data
Reply
  • 1160
    posted

    You mean the dialog page?

    If you do there is a way to set the path to this. If you have the dialogopening event in jscript you can use the function to set the forms path. I forget the function name off the top of me head though. Its something like setDialogUrl(YourURLHere.aspx), or close to that.

Children