1: static void UpdateAddressBookOfCustomer(Args _args) {
2: CustTable custTable; //= CustTable::find("2104");
3: container addressBooks = ["ALL", "CEU", "CEC"];
4: while select firstonly Party from custTable {
5: DirAddressBookParty::createPartyRelationsByName(custTable.Party, addressBooks);
6: }
7: }
Happy Daxing :)
