DictTable.dataPerPartition Method [AX 2012]

Returns a value that indicates whether the data of the table is saved on a per-partition basis, and corresponds to the SaveDataPerPartition property of the table.

public boolean dataPerPartition()

Run On

Called

Return Value

Type: boolean
true if the data is saved on a per-partition basis; otherwise, false, and the data is saved globally for all partitions.

Community Additions

ADD
Show: