c# - How does one allow a user to only be able to edit only his items in XAF -


i have companyuser , product class
each user can create x amount of products. want each user able view each others products, able edit own product.

i have create role named productpeople type permission on product class assign companyusers (the role has permissions, read write navigate etc).
set criteria userx can edit/delete own product?

as far understand question, using typepermissions. able express want, have employ objectpermissions. object of type securitysystemobjectpermissionsobject, can specify criteria can express restriction regarding 'own product'.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -