I have a page where the logged in user chooses from a list of resources and needs to create an activity for that selected resource.
I tried setting ActiveResourceName on the selection, but when the user creates the event (double-click on view control, use pop-up window) it is alays created for the logged in user.
I tried setting the ResourceKey in the OnActivtyCreating event, but again, it didn't use the key I set, it used the logged in resource.
What is the right way to do this?
I am setting the Active Resource and LoggedIn Resource whenever I can, on post-back, on selection changed etc, I'm not sure which one is the one spot I need but I have gotten this to work.
A case has been created for this post. You will be notified of its progress shortly.