• Allow normal user to access (read only) tblParameter programatically?

    Hi all, I store data on tblParameter (in config database) because this data need to be accessed from multiple companies. the problem is, only admin user can access this tblParameter. How can I allow normal user to access (read only) to this tblParameter…
  • Is it possible to do an insert, read, update, delete on tblParameter on configuration database

    Hi all, I see there is tblParameter in configuration table, I would like to store my key value such as custom database name, servername, username, and password in tblParameter to be used in my custom form. In Sage.MMSAdmin.DBSchema.Others, I see there…