Can't just add Record_ID to end of URL?

Hi,
I have a detail link on a ‘Job’ grid, that goes to a details page of course… but on that details page I added a menu. In that menu, I have a link called Main. I wanted to click the ‘Main’ link and have it open to the details of the details page again but obviously every row of the ‘Job’ grid has a different id, such as ‘4MXQJdrZ6v’. I need to add something like ‘Record_ID’ or something to the end of the URL instead of a specific id such as ‘4MXQJdrZ6v’ because of course, every Job Detail, Main option would show the same Job details. I’ve tried all types of things such as adding {{id}}, etc. but I can’t seem to figure it out. All I get is a blank area in the page and the uRL of the page shows without the {{id}} stuff at the end. Almost like it disregarded it.

I would like to try and help you but im struggling to understand the issue. Do you have any screenshots with further information?

Hi Shumon, thank you. I don’t really want to share screenshots. The ending of the URL that I have for the Job ‘Detail’ link is ‘/jobs/job-details/oaANB1r1by’ So as you can see, the RecordID is ‘oaANB1r1by’. But of course I don’t want to use ‘oaANB1r1by’ in my menu, ‘Main’ link because every Job Detail would be the same. I’m asking how I can replace the ‘oaANB1r1by’ with something like ‘Record-ID’, which will give the details of whatever Job Detail is clicked. I thought this would be an easy thing.

Job Details: {Jobs.Record ID}

Are you saying, /jobs/job-details/{Jobs.Record ID} ?

This sounds like what you’re asking is Record ID obfuscation. Obfuscation is not a native functionality in Tadabase. You’ll have to create backend server side, JavaScript validation, and external API‘s to make this happen.

@jmendoza may be able to assist you with this as he is working on the same thing for me. It’s quite technical.

Hmm, the opposite actually, no?