Dynamic Group - Temp Membership

Hi Team. 

Just looking for some suggestions or ideas. We use Dynamic groups based on a VA being set. Our Service Desk select this from the WI. 

We have a couple of Dynamic groups where we want the membership to be removed after 48 hours after the account was added to the group. Now i know i could use a standard group and use the temp membership route but we then loose the ability of our Service Desk team just ticking a box. 

So what i was thinking was that i could have a script that checks the group every few hours and then set the VA back to false. But is there any attribute that tracks when the user was added? or is there a way i could add a time stamp attribute?

Open to other suggestions or ideas?

Parents Reply
  • Is this use case planning on having only a single group with this functionality? If so, then searching the group for its members could work, without the need for multiple Search activities within the workflow (each searching a single group). Searching for users with the EndDate virtual attribute set, might make better sense.

    However, to answer your question, to specify a single group within a Search activity, set the top option to 'Search the group for its members'. Set the Find: field to 'Users' and in the In: field select 'Fixed group in directory' and search for and select the group.

Children