Skip to main content
Solved

"ID" inside Detail Page


Forum|alt.badge.img+5

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.

Best answer by Sistema_Aotearo

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. 🙂

View original
Did this topic help you find an answer to your question?

2 replies

Sistema_Aotearo
Forum|alt.badge.img+18

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. 🙂


Forum|alt.badge.img+5
  • Author
  • New Participant
  • 1 reply
  • August 2, 2024
Sistema_Aotearo wrote:

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. 🙂


Thank you very much, i tried your solution and it is the one for me


Reply