Back to Kinetic Request RE Integrations
Handler · Version 1

KAPP Assignment Group Membership Lookup Kinetic Request RE

Download GitHub

About

If an assignee is provided, only their information is returned. Otherwise, emails and login information for everyone in the group is returned.

Emails are comma delimited. XML format of the membership list looks like this: Allen Mary

Parameters
Name Description Sample
Assignee Login Id The assignee login id to get the email address for <%=@results['Retrieve Work Order']['AssignedIndividualID']%>
Support Group Id The Support Group id to return email addresses for <%=@results['Retrieve Work Order']['AssignedGroupID']%>
Results
Name Description
Email List Comma delimited list of email addresses of the group members if no assignee provided. Assignee email if assignee provided.
Membership List XML list of all membership of the group if no assignee provided. XML list of just assignee login ID if assignee provided.
Changelog

KAPPAssignmentGroupMembershipLookup_V1 (1-2-2015)

  • Initial version.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top