Missing User Level ID message when inserting a new UserLevel record

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

Missing User Level ID message when inserting a new UserLevel record

Post by mpopkin »

Hi Folks,

Using ASP.NET Maker 2017

I have set up Dynamic User Levels with standard table fields.
User table has a UserLevel field
UserLevels table has idUserLevels autoincrement field, and LevelName field.
UserLevelPermissions table has TableName field, UserLevelID field, and Permission field.

All respective fields are mapped accordingly under Dynamic User Levels tab under Advanced Security.

When I attempt to insert a new record, I get the following error message:
Missing User Level ID

I will note that I do not have the label "User Level ID" entered for any fields.

I can open and edit existing UserLevel records.

If I add the record in the UserLevels table manually, it is created without issue.

If the dynamic user levels are not enabled, I can add a new UserLevels record without issue.

Why would I be getting this message? Is there any workaround?

Thanks!


MichaelG
User
Posts: 1095

Post by MichaelG »

You can upgrade to the latest version (now is ASP.NET Maker 2022) and see if the issue is resolved.


Post Reply