xApplication::initPartition Method
Initializes a given partition by creating the DAT company and the Admin user.
Syntax
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.
Remarks
This API is meant only for use by the upgrade framework. Using it in other contexts could cause unrecoverable impact to data.