When I record data using a transaction group I need to also record the current username.
The transaction group is triggered by a button push so I know which client is initiating the transaction group.
I am at a loss of how to handle this.
When I record data using a transaction group I need to also record the current username.
The transaction group is triggered by a button push so I know which client is initiating the transaction group.
I am at a loss of how to handle this.
Use the button push to first write the username into a tag that is part of the transaction group - then write the tag that triggers the transaction group.