Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
ncmed wrote: I want to add the ability for a Super User to search Members and if they are apart of a group, it will display in a regular field.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Auto join fields don't store anything to the database. You can pull this information using CB Query Field. To do it otherwise so it can be searchable you'll need to use CB Auto Actions, utilize the GJ trigger, store the value to a field and then it can be searched but in all of these cases there can be multiple values; for example a user can join 100 groups instead of just 1 and you'd need to handle the storage of all 100 to a field.Kyle, I am trying to add this to the search and noticed your "a query field can't be searched". Is there a way to create new identical field just so I have a text to display? I have created a 'cb_autogroup' on the registration that automatically creates a group name already and passes this name to the 'cb_autogroup' Field Name, but this only works for the group owner and when set up from registration or backend. When I do invites, there must be a way to add the invited to this Field once accepting of invite.
Please Log in or Create an account to join the conversation.