Is it possible to prevent users from viewing some content in files using Active Directory property permissions? -
here's scenario: manage desktop enterprise application mid-sized companies, , field layout on of application's screens controlled xml files (1 xml file controls field layout application screen). xml file contains xml tag each field, , each field has grouping of property tags; here's illustration of 1 of field-level xml tags, along properties/sub-tags (the properties/sub-tags same fields, info in each tag alter between fields):
<control> <buttonhint></buttonhint> <cascadetable></cascadetable> <column>6c64cb49-0968-4062-b882-20fc730b9656</column> <columnsize>0</columnsize> <columntype>d</columntype> <controltype>qadate</controltype> <datafield>qdateremovedtof</datafield> <expression></expression> <height>21</height> <isallownull>y</isallownull> <isworkflowenabled>n</isworkflowenabled> <labeltext>date removed federal court</labeltext> <left>36</left> <lookuptype></lookuptype> <picture></picture> <qataborder>11</qataborder> <query>mattersquery</query> <showrecno>false</showrecno> <subtype>qlneither</subtype> <top>202</top> <width>264</width> </control> my goal selectively alter permissions xml file contents, depending on user (or user group); doing this, hide specific fields user interface, , create field-level security.
is there way command whether users can view specific field-level tags (and contents)? thinking maybe done via active directory , setting property permissions on xml file?
if isn't possible via active directory, there other way this?
active-directory file-permissions
No comments:
Post a Comment