Dear support,
I would like to ask you question about URL of ULC UX feature.
Is there possible, to create URL to specific panel?
../project/panels/overview/overview_details.pnl to URL?
../project/panels/overview/overview.pnl to different URL?
(send URL's to user, and after click it opens specific panel?)
Thank you?
URL links to Panels (ULC UX)
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: URL links to Panels (ULC UX)
Yes, this is possible if the [httpServer] config entry 'allowPanelParam = 1' has been set.
The URL would be something like: https://MyWebServer?panel=overview/overview_details.pnl
The URL would be something like: https://MyWebServer?panel=overview/overview_details.pnl
- jsobon
- Posts:8
- Joined: Fri Dec 16, 2016 1:42 pm
Re: URL links to Panels (ULC UX)
Thank you very much! It helped.