1.If I have a situation wherein I need to add columns to Appointments tables and use it to add further functionality. For ex: I need to add a column called
"urgency" and the user should update the Urgency field via update template. How do I make changes to the Appointment class and do I have access to the class to add my own members and methods?
2.I also need to add some non udpateable from UI fields but need those to be a part of the Appointment class so as to do something like e.Appointment.MyField etc. Please suggest.
"urgency" and the user should update the Urgency field via update template. How do I make changes to the Appointment class and do I have access to the class to add my own members and methods?
2.I also need to add some non udpateable from UI fields but need those to be a part of the Appointment class so as to do something like e.Appointment.MyField etc. Please suggest.