Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

New feature request for version 10.4

$
0
0
A lot of Javascript controls, think of a Treeview, controls will take a JSON array as input. My question is: Will it be possible in 10.4 to easily produce from PHPRunner a JSON array containing the objects (ID and name, at least) to which a given user has access? Maybe there could be a function called GetByUser("tablename") - Say, "Projects", which would consider the Security model (group membership and/or record ownership), as well as maybe additional Where clauses ("where user is a member of a team which has access to this project") like in the AdditionalWhere for queries now...in other words, give me a JSON array of the projects to which the user has access, first by the Security model, then either Plus or Minus these queries, de-duplicated, in the desired order. This seems like the PHPRunner way, should work well where there are few objects, and make PHPRunner a valuable hub for applications. If not, can it be considered?

Viewing all articles
Browse latest Browse all 2586

Trending Articles