Good morning,Is is possible to get a list of closed human activities for a user? We have a requirement where the user is able to see completed activities.Regards
Martin
Hi Martin,
Yes, that is possible.
You need to add references to the following System entities:
Filter the Activity_Definition.Kind = Activity_Kind.HumanActivity and Activity.Status_Id = Activity_Status.Closed
Regards,
Daniel