Linking to a record without the primary key

Status
Not open for further replies.
How can I link to a record in a detailed view form if I do not know the id?
...index.php?option=com_fabrik&view=details&formid=1&rowid=?

My data is imported from Navision and an Auto Increment Primary Key is added when imported.
(as Fabrik supports INT only)
This key is stored in the element (Table_Element___id)
My original key is VARCHAR and is stored in the element (Table_Element___PLU)

So how can I make a link to a record where I don't know the value of (Table_Element___id)
but only know the value of (Table_Element___PLU) ?
 
...index.php?option=com_fabrik&view=details&formid=1&usekey=PLU&rowid={Table_Element___PLU}
 
  • Like
Reactions: rob
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top