does not contain a definition for 'GetUserIDFilter'

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Markom
User
Posts: 20

does not contain a definition for 'GetUserIDFilter'

Post by Markom »

I try to link the user table to different other tables to limit access of users to their own data, I did follow the instructions on the help page, but I continue to get
error CS1061: 'XXXX._FTUsers' does not contain a definition for 'GetUserIDFilter'.
when generating.

Does anybody have a clue?


MichaelG
User
Posts: 1110

Post by MichaelG »

Make sure that you have:

  1. set up User ID field for the user table as well
  2. update to the latest template (Tools -> Update Template)

Markom
User
Posts: 20

Post by Markom »

Thank you. Now it works.


Post Reply