Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1010
creating activity for a different resource
posted

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?