Is there a way to have a URL variable for each record view?
For example, when I view the record details it gives me a unique URL for each record. Something like www.mydomain.com/record-search/record-details/4593jlsdgfj393930293
I can email that URL and when the recipient clicks it, it opens to that record detail view. My question is how can I control the last part of that URL to be say a unique field in my database, like an account number? I.E. www.mydomain.com/record-search/record-details/unique-field-data
Or alternatively retrieve the unique knack ID for each record so I can export that?
My reason for doing this is I am working with property records. I have an online map showing each property and I can provide a URL that the property goes to when clicked. I want to place the Knack Record Detail view URL in each map property so when they are viewing the map, they can just click to view the record detail based on the URL. I have far to many records to individually copy and paste each knack URL, so I want to use an existing unique field to be the URL for that record.