I want to create a link / button on my homepage that takes the user to a specific form to edit the only record that user has access to in a table.
HI,
I'm struggling to get my head around how to do something which intuitively it feels like ought to be possible and quite simple, but I cannot work out how.
I have a table where each record represents a user. Each user only has view and edit access to their record, which I've done using the access controls for the table.
I want to create various buttons on my application home page which takes the user directly into their record in either edit or view mode, using a specific form (each form will contain different info for that user, either for their information or 'config' type data they need to maintain - hence the need to drive the user to specific forms)
At present the only way I can find to do this is to either display a report on the homepage (showing their single record) or have a button which takes them to the report, then they click buttons on the report to view / edit the record using specific forms.
Whilst both these solutions work, they are not aesthetically what I want to achieve, and involve what I feel are redundant clicks for the user.
So the question is how do I construct a dynamic URL button on my homepage which takes the user to a specific form in edit mode, for the only record that specific user has such access to?
Thanks in advance.
David