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
75
Add a default subject to Add Appointment Form
posted

I want to have a default subject line for my Add Appointment form when I double click on a calendar object and the Add Appointment form opens up.  How do I do this?

Thanks,

Dan

Parents
No Data
Reply
  • 75
    Verified Answer
    posted

    I was able to find this in the CSOM help for the WebScheduleInfo after some help from support.  Here is what needs to be on the client:

     

    function

     

     

    WebScheduleInfo1_ActivityDialogOpening(oScheduleInfo, oEvent, oDialog, oActivity){
    oActivity.setSubject(
    "Subject goes here")

    }

     

Children
No Data