Share via


SysCheckListItem_CreateAddressBook::createAddressBook Method [AX 2012]

Creates a single address book to associate all the workers and customers with all the stores.

Syntax

server public static void createAddressBook(container _params)

Run On

Server

Parameters

  • _params
    Type: container
    A container that has a single DirAddressBookName value.
    This must be presented in the method signature so the method can be run in IL.

Remarks

The method is supposed to be executed in IL, one time per each partition.

See Also

Reference

SysCheckListItem_CreateAddressBook Class