Hi All,
I’m having problems passing a record ID to a stand alone Skuid page in Lightning App Page.
The Skuid page is looking for an Account ID based on the Page/URL parameter value = Id. The Skuid page is embedded in a Lightning App Page which is a single region with the Skuid page loaded as a Lightning component.
I have made a formula field on the Opportunity to link to this page, passing the Account ID but the Lightning App Page is not accepting the ID. It’s loading but then ignores the Id parameter and just gives me standard page without and data.
How should a URL be constructed to pass an ID to a page in this way?
The page URL is ‘…lightning.force.com/lightning/n/MC_Licencing’.
I’ve tried adding ‘&id=0010r00000dLnu0AAC’ but I get a ‘page does not exist’ error.
I’ve tried adding ‘?id=0010r00000dLnu0AAC’ but it is ignored and the page loads as normal without any data.
This is pretty new to me so apologies if this is a school boy error.
Cheers,
Rob