This is a migrated thread and some comments may be shown as answers.

How Can check Custom attribute value on OnClientAppointmentContextMenu

0 Answers 55 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Chandan Kumar
Top achievements
Rank 1
Chandan Kumar asked on 19 Jun 2010, 09:12 AM
Hello Sir
How Can check Custom attribute value on OnClientAppointmentContextMenu.

like


if i get subject then i write

function

 

OnClientAppointmentContextMenu(sender, args) {

 

alert(

"Appointment context menu: " + args.get_appointment().get_subject());

 

 

}


same as if i have Custom attribute  name StatusId then how can i get it its value.

when i write 

function OnClientAppointmentContextMenu(sender, args) {

 

alert(

"Appointment context menu: " + args.get_appointment().get_statusid());

 

 

}

its shows error..
So pls help me.

Thanks
Chandan

I have

No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
Chandan Kumar
Top achievements
Rank 1
Share this question
or