Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Michael on Oct 12, 2009 11:58
open dhtmlx forum
Scheduler Response type

In following you only mention response type for #1. What should the proper response be for 2 and 3?

1. if event with rec_type==none wad inserted - response must have “deleted” status
2. if event with rec_type was updated or deleted - all records with event_pid equal to the master id must be deleted
3. if event with event_pid value was deleted - it need to be updated with rec_type “none” instead of deleting.
Answer posted by Support on Oct 13, 2009 01:56
Normal dataprocessor's responses. The rules (2) and (3) describes additional actions which need to be executed after default reaction. 
In case of (2) the response will contain ction@type as deleted or updated, based on type of incoming operation
In case of (3) the response will contain ction@type as deleted