When using the "login as guest" option, I need to direct the guest user to a specific set of data based on the ownerid in the user's table. However, the "login as guest" does not seem to have an assigned entry in the users table. How can I assign the guest user to a specific ownerid? Can I add a guest user to the users table?
You can add guest user to the users table but how do you tell one guest user from another? If you do that all guest users will be able to see the same data and I don't think this is what you looking for. If you want to use 'Users can see and edit their own data on;y' you need to make guest users register at some point.