Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
314
How to link a end user with Activity?
posted

I'm planning to use WebSchedule along with its database to store user Activities. 

Qustion: How does WebSchedule database store the information that link user (who is logged in) with his/her Activities? 

Looks like Resource  is what suppose to represent a user. If that is so, then ResourceID needs to be linked with my custom User table, and I will have a table ResourceUserResource with two columns (ResourceID and UserID) where UserID is id of a user in my own database.

Am I on the right track here?