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

Link directly to Advanced Form?

1 Answer 46 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
lordscarlet
Top achievements
Rank 1
lordscarlet asked on 12 Jul 2010, 09:27 PM
Is there a way to have a scheduler open with the Advanced Form visible? 

This is the situation I am actually trying to solve:

Some appointments may be "locked" when a user attempts to edit it. I want to prompt them to unlock the event, then send them on to edit it. I can do this either with a modal window (which I have not had time to look into), or by sending them to an intermediary page. I have implemented the intermediary page without a problem, but the only thing I can do right now is redirect them to the full calendar. Is there a way to redirect them such that the advanced form will open with the proper appointment open?

1 Answer, 1 is accepted

Sort by
0
lordscarlet
Top achievements
Rank 1
answered on 13 Jul 2010, 09:42 PM
I found a solution for this. I was able to add a section to my AdvancedForm.ascx that contained the unlock form. I think enable either the standard Panel in the form or my "unlock" Panel based on the status of the item. Then OnAppointmentCommand I perform the unlock code and use ShowAdvancedEditForm to display the edit form after the postback for "Unlock"
Tags
Scheduler
Asked by
lordscarlet
Top achievements
Rank 1
Answers by
lordscarlet
Top achievements
Rank 1
Share this question
or