Group Identity Member AML

How can I add members to a group identity with AML code using Batch Loader? I appreciate your comments.
Parents
  • Hi Klaus, The simplest AML to accomplish this would look something like below if you already know the ID of the Group Identity and the member Identity.
    <AML>
    <Item type="Member" action="add">
    <source_id>@1</source_id>
    <related_id>@2</related_id>
    </Item>
    </AML>
    Chris
    Christopher Gillis Aras Labs Software Engineer
Reply
  • Hi Klaus, The simplest AML to accomplish this would look something like below if you already know the ID of the Group Identity and the member Identity.
    <AML>
    <Item type="Member" action="add">
    <source_id>@1</source_id>
    <related_id>@2</related_id>
    </Item>
    </AML>
    Chris
    Christopher Gillis Aras Labs Software Engineer
Children
No Data