Page 1 of 1

does not contain a definition for 'GetUserIDFilter'

Posted: Mon Jun 19, 2023 7:01 pm
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?


Re: does not contain a definition for 'GetUserIDFilter'

Posted: Tue Jun 20, 2023 8:02 am
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)

Re: does not contain a definition for 'GetUserIDFilter'

Posted: Tue Jun 20, 2023 9:17 pm
by Markom

Thank you. Now it works.