I would like to be able to generate a url in python that takes us to a specific tab in the asset details page. We can already generate the base link https://exmple.shotgrid.autodesk.com/detail/Asset/1234, but I want to append something like ?layout=Review
so it will automatically make that tab visible.
https://exmple.shotgrid.autodesk.com/detail/Asset/1234?layout=Review
This currently works for list pages using this format: https://exmple.shotgrid.autodesk.com/page/56789?layout=Vehicles.
I’ve tried replicating this on the details page and it doesn’t work. I’m not sure if there is a different parameter name I should be using.