Hello!
Creating this post as I couldn’t find any previous posts about this issue.
I’m creating a URL form to create timelogs linked to a specific task. I’ll be using it as a URL Widget to have a easily accessible creation form on a custom page.
This tutorial:
addresses multi entity fields, but it doesn’t address ever populating the ‘Link’ field.
Currently, my URL looks like this (##### being site name/project name):
https://#####.shotgunstudio.com/new/TimeLog?project=#####&defaults={%27entity%27:[{%27id%27:97087,%27type%27:%27Task%27}]}
and without the url codes for special characters:
https://#####.shotgunstudio.com/new/TimeLog?project=#####&defaults={“entity”:[{“id”:97087,“type”:“Task”}]}
But it’s resulting in invalid JSON, and when I change it up to an alternate approach, it results in a system error.
I’m wondering if anyone has attempted a similar thing!
Otherwise, I have a current support ticket open with Shotgrid, so once we find a solution I’ll post it as a reply.
Thanks!