Embedded=true only working on applications or any Foundry URL?

Hi, within workshop, I want to embedd an iFrame, where admin users of a process can see the status of certain schedules. For this I have two questions,

  1. Is there some org-level restriction who is allowed to see these schedule metrics? Or is this visible to any user, who has view access to the project space this schedule lives in?
  2. I am trying to set the ?embedded=true so that the Foundry bar disappears. For some reason it is not working. Also when I am putting anything in the URL after tabId=runs (thats the tab I want to start on) it defaults to the overview tab.

Just the native URL copied from schedule metrics on Runs HIstory tab :+1:
image

With embedded=true
image

Thanks in advance!

The issue observed with the query parameter embedded=true, is due to including the ?character multiple times. When having more than one query parameter the correct syntax would be to separate them with the & character. Example: ?tabId=runs&embedded=true .

This is also causing the observed tab issue as the tabID parameter is being received as the string `runs?embedded=true`, which doesn’t match your tab value.

In terms of the schedule permissions those are derived from the associated datasets in the schedule.

1 Like

I feel so stupid… Thank you @rob :right_facing_fist::left_facing_fist: sometimes you can’t see the forest for the trees…

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.