Skip to main content

I am trying to have a button on my accounts page redirect to a page to create a quote for that account. I have attempted to format the URL differently since I am in lightning. There is a skuid doc that has an example on how to format the URL to pass parameters. At the moment the URL will redirect properly when it is like this: https://afl–stageprime.lightning.force.com/one/one.app#/a0F/e?accid={{Id}} but it will not prepopulate certain fields because the accid is not registered by the new page.

In the skuid docs, it said that to pass parameters the parameter needs to be inserted after one.app and be formatted so that it looks like this example they provide: https://example.lightning.force.com/one/one.app?parameter=value#/n/Account_Tab When I attempt to format my url like that, it doesn’t find the page and I believe it is because of the /n/. So the URL that I have attempted to use with this formatting is https://afl–stageprime.lightning.force.com/one/one.app?accid={{Id}}#/n/a0F.

My question is what does that /n/ mean and what can it be changed too? Because the e? on the first url lets it know to go to the new quote page which is overridden by a skuid page so it directs it there but what should the /n/ be changed to because /n/ and /e/ don’t work and I can’t find any documentation on what it stands for

Be the first to reply!

Reply