I have a master table and added a new button to it.
In my master table there is a customer ID.
If I press this new button I'll be refered to another form on another page where I can create log files.
At the moment I have to insert the customer ID into this form.
How is it possible to copy the customer ID if I press the new button in the master table, so this customer ID (value) will be copied
into the other item on my other page?