Yeah,

That is what I'm looking for , Didn't know there is a such process command.
Thank Jim.

On Fri, Mar 18, 2016 at 11:38 AM, Jim Bruce <jimjbr...@yahoo.ca> wrote:

> If you have both values (before and after change), maybe you could use
> PERFORM-ACTION-MAP-GROUPIDS-TO-NAMES process.
>
> If field GroupListBefore contains: 1;2;5;
> And field GroupListAfter contains: 1;2;
>
> A couple Set Field actions:
>
> - GroupListAsText = $PROCESS$ PERFORM-ACTION-MAP-GROUPIDS-TO-NAMES
> $GroupListBefore$
> (will return "Administrator Customize Sub Administrator")
>
> - GroupListAsText = $PROCESS$ PERFORM-ACTION-MAP-GROUPIDS-TO-NAMES
> $GroupListAfter$
> (will return "Administrator Customize")
>
> Hope this is what you are looking for.
> -Jim
>
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to