Show/Insert data for a specific ID
-
1) Let’s say I create a link to a page where I want to show some CDBT data.
If I also pass the ID of the user in the GET of the link, as follows:
https://www.mysite.com/some_page?id=1
Is it possible to get the CDBT to show the record data (of a particular table) with the ID = 1 somehow?
If we cannot (or should not) use GET – it possible to do this some other way?
_______________________________________________________________
2) And another question, imagine I have an “articles” table and a “suppliers” table.
If I have this link
https://www.mysite.com/article_page?supplier_id=1
Is it possible to show a form to enter a new article for the supplier with ID = 1?
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Show/Insert data for a specific ID’ is closed to new replies.