HELP! Business Logic Question

Hi

I am totally new toe Business Logic console.

How do I modify a record in a table when the user successfully confirmed his email?

I have gone to the Business Logic Code Generation and added an Event for User EmailConfirmed.
Beyond that, I am lost…

HELP!

If you added an event handler, the next steps are:

    Download generated code (there is the Download button for it) Extract the code/project files from the downloaded zip file Open the project in an editor and add your custom code. Test and deploy per the documentation.
Regards,

Mark