All,
I want to append additional information in the subject line of the scheduler. So what I was trying to do is say "Select Subject + User.LastName +',' + User.FirstName + User.PatId As Details From Appointment and the User table" and then was trying to set the subject field to the details column. However when I try to update it it throws an error ? Does anyone know of a better way of doing this ?
Thanks,
Aditya
I want to append additional information in the subject line of the scheduler. So what I was trying to do is say "Select Subject + User.LastName +',' + User.FirstName + User.PatId As Details From Appointment and the User table" and then was trying to set the subject field to the details column. However when I try to update it it throws an error ? Does anyone know of a better way of doing this ?
Thanks,
Aditya