Select to view content in your preferred language

Limiting privileges to rows in a feature table at runtime

614
1
05-27-2013 10:34 AM
OlamotGIS
New Contributor
Hi,

I'm looking for a way to determine privileges and display of a silverlight client layer to specific rows in a feature table in the SDE at runtime. For instance, let assume I have a table containing 10 rows. User 'A' at a certain point in time might have privileges to rows 1-4 and the day after user 'B' might have access to rows 3-10.

I've thought about a solution (stated below) which didn't satisfy my requierments:
I had created a FeatureLayer at the server and sent it to the client as JSON. This option isn't viable because of the FeatureLayer poor capabilities. For example, complex polygons symbology (such as labels) isn't supported using FeatureLayers.

Any ideas?



Thanks in advance,
Gilad Segal
0 Kudos
1 Reply
BenjaminMercier
Regular Contributor
Hello,

I'm now working with ArcGIS API for Flex and more particulary with the ArcGIS Viewer for Flex, but I want to do something really close than yours. I guess that if there is a solution it will not completely depend on the API used, so that's why I'm wondering if you solved your problem?

It will be great if you could help me.

Thanks in advance,
Benjamin Mercier
0 Kudos