Hi everyone,
I have implemented a wcf service for CRUD operations on the scheduler. What I am curious to know is whether it is possible or not to filter scheduler data when calling the operations? I guess I am trying to figure out where I can hook in and filter the data? For example, if I grab all appointments and want to filter based on resource, where would I hook in to do this? Would it be on the client side after the get operation for the data is completed?
Cheers,
Derek.
I have implemented a wcf service for CRUD operations on the scheduler. What I am curious to know is whether it is possible or not to filter scheduler data when calling the operations? I guess I am trying to figure out where I can hook in and filter the data? For example, if I grab all appointments and want to filter based on resource, where would I hook in to do this? Would it be on the client side after the get operation for the data is completed?
Cheers,
Derek.