I'm wondering how to assign a Task activity to a system user. My goal is to set up around 10 automated tasks for each new Lead so sales agents do not have to add them every time manually. I am using Dynamics CRM Online and the web API.
I have looked all around and I have tried most of the options, which I thought I narrowed down to using this:
newTask["owninguser_task@odata.bind] = "/systemusers("{userGuid}")";
But that doesn't seem to work. Everything else seems to be creating correctly, but it is defaulting to setting me as the owner of the task. I've also tried most other series of keys with no luck. I have also looked through my metadata and found that this "owninguser_task" is the correct key to use for this.
*This post is locked for comments