Enable reordering in calendar query

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
bondicoffee
Posts: 130
Joined: Tue Dec 03, 2013 10:19 pm

Enable reordering in calendar query

Post by bondicoffee »

Hi,

I want to add process when moving appointments in calendar query. I observed reordering is missing for calendar view.

Can someone suggest me how can I achieve adding process on moving appointments?
aware_support
Posts: 7527
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Enable reordering in calendar query

Post by aware_support »

Reordering doesn't make any sense for calendars - events are always ordered by date.
Aware IM Support Team
Jaymer
Posts: 2475
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: Enable reordering in calendar query

Post by Jaymer »

1) I'm pretty sure you know that you can just drag an appointment to another slot.
Behind the scenes, it (Aware) HAS TO BE physically changing the StartTime and EndTime fields in the Appointment object... because if you browse that table, the Appointment has the new StartTime.

2) So, how about adding a RULE to check
IF Appointments.StartTime WAS CHANGED THEN
MyProcess
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
bondicoffee
Posts: 130
Joined: Tue Dec 03, 2013 10:19 pm

Re: Enable reordering in calendar query

Post by bondicoffee »

Thanks for responding.

I added rules and its working thanks.

However, as I am displaying three objects on same calendar query using Appointment group, while dragging and dropping a record over another BO I need to update both the BOs.

When I added rules, its touching only 'drag' BO. Hence I need to invoke a process when moving appointments.
Post Reply