I have a question, and I hope somebody will be able to help.
In CRM Dynamics I have a single business unit called 'Business Unit A' but each user from it is able to see all the records. However, I would like to restrict the access to my records so I was thinking to do the following:
- add a new Business Unit B (Child of Business Unit A) - users can see only Contacts if firstname = Richard with all the associated records
- add a new Business Unit C (Child of Business Unit A) - so users can see only Contacts if firstname = Ben with all the associated records
But my question is what is the best way to make the records available to 'Business Unit B' or 'Business Unit C' if the record will be created by user from 'Business Unit A'? Do I need to create a workflow for example if new record is created and first name = Richard then assign record to 'Business Unit B'? What about the child records linked with Contacts (for example: Order, or an custom entities linked with it), do I need to create a workflow to assign those records also?