We are tracking tasks in a project and each task has a Customer Name. We'd like it so that users can only see tasks for certain customers. We have looked into whether Component could be used to hold the Customer name and then whether permissions could be granted to Components, e.g. Joe handles ABC Corp and XYZ Corp, and Sally handles DEF Corp, and Joe can't see DEF Corp. issues, etc. Is there any way to do this? Thanks