xApplication::initPartition Method [AX 2012]

Initializes a given partition by creating the DAT company and the Admin user.

client server public static boolean initPartition(Partition partition)

Run On

ClientOrServer

Parameters

partition
Type: Partition Extended Data Type
The record ID of the partition to initialize.

Return Value

Type: boolean
true if the initialization is successful; otherwise, false.

This API is meant only for use by the upgrade framework. Using it in other contexts could cause unrecoverable impact to data.

Show: