The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Unable to query plugin table as user?
Posted: 29 Dec 08 2:35 PM
|
I have a form that allows the user to pick from a list of templates in a grid and then execute a merge using MergeFromPlugin. This works great as ADMIN but as a user the datagrid is not showing any of the templates. It loks like there is security on the plugin table (Executing the SQL statement as a user results in no records but as ADMIN returns the correct records).
|
|
|
|
Re: Unable to query plugin table as user?
Posted: 29 Dec 08 3:23 PM
|
Ok, got it. Made the mistake of thinking that 'Released = T' would give me only the released templates. The plugin.userid column appears to act just like seccodeid in enforcing security. |
|
|
| |
|