Freedom UI, parent-child detail relationship - Permissions
Hi Community,
In Freedom UI, parent-child detail relationship. If the user doesn't have edit permission for the parent record, how do you lock the create permission for the user in the child?
Sample in Order and Product in Order. If user ABC doesn't have edit permission to Ord-123, dont allow user ABC to add item in Product in Order.
Like
For true parent/child relationships between objects, like Order and OrderProduct, you can use this option:
If you check that and then select Order, the OrderProduct will inherit's it's record permissions from the parent Order.
However, I don't believe that works for a circular or self-referencing relationship, such an Accounts and Parent accounts. For that, you'd likely need to use a process to set account permissions based on the selected parent. I don't believe the Access Permissions process element supports copying the permissions from another record, so you might need to read directly from the database for the parent from SysAccountRight table.
Ryan