Column Name 'xxx' in Schema 'Horas_Schema' of...

Column Name ‘xxx’ in Schema ‘Horas_Schema’ of Column Type ‘Name’ has an invalid Initial Value of ‘USERNAME()’. If the app uses the USERNAME() function, it must require users to sign in. I got this error this week. Any clue how to solve it?

0 1 523
1 REPLY 1

You need to set the option Security > Require Sign-in > Require user signin? to ON. Instead of USERNAME(), use USEREMAIL() if it could be possible. It’s much more reliable.

Top Labels in this Space