Aug 01, 2024 09:09 AM - edited Aug 02, 2024 01:07 AM
I have an Interface Detail Page that has a list of records.
When i open a record it shows me a sort of modal column on the right and the url changes but it doesn't show an ID. Instead it gives me the "detail" parameter with a ver long string like this one "detail=eyJwYWdlSWQiOiJwYWdCeXBjZW9saHVvNXI2aiIsInJvd0lkIjoicmVjcXZseGk5SkJtcHluVXMiLCJzaG93Q29tbWVudHMiOmZhbHNlLCJxdWVyeU9yaWdpbkhpbnQiOm51bGf8".
The question is where can i retrieve this long string?
I'm working with Make so i want to change this parameter dynamically.
I don't know if someone already asked this question, i didn't find any discussion with this problem so i made a new one.
Solved! Go to Solution.
Aug 01, 2024 11:26 PM
I'm guessing you're viewing your record detail in a "Side Sheet". The hack is to make the page "Full Screen" to find the URL with the record ID. Once you've done the configuration, you can set it back to "Side-Sheet" which should still work.
Hope this helps. 🙂
Aug 01, 2024 11:26 PM
I'm guessing you're viewing your record detail in a "Side Sheet". The hack is to make the page "Full Screen" to find the URL with the record ID. Once you've done the configuration, you can set it back to "Side-Sheet" which should still work.
Hope this helps. 🙂
Aug 02, 2024 01:09 AM
Thank you very much, i tried your solution and it is the one for me