Repeating Group pull in formation from DB Based based on user business name

Can someone please help me

I am trying to create a CRM where business register to add tasks todo and admin user can add team members for the business. Up to this is fine

I have created new data type for TASK. Any team member can add the a new Task and ATM bubble will be show all the tasks even the one created by different user in the repeating group

Problem
What can I do so it will show only the tasks created by the respective business team members at the moment its showing all the Tasks even the one created by different businesses

Hi there, @cocomongol4… if I understand your post correctly, one way you could go is to add a business team field to the Task data type, and when a team member creates a task, populate the task’s business team field with the current user’s team. Then, add a constraint to the task repeating group where business team = Current User's team, and you should get the desired result.

Hope this helps.

Best…
Mike

1 Like

Thanks @mikeloc

Really appreciate

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.