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
Post a Comment