Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates allocation and distribution lines for all dimensions specified by the calculated values.
Syntax
server public static boolean dimensionFillServer(
container _packedQuery,
COSCostDimension _dimensionCode,
COSAllocationRecId _allocationRecId,
COSCostDistributionRecId _costDistributionRecId,
COSWorkDistributionRecId _workDistributionRecId)
Run On
Server
Parameters
- _packedQuery
Type: container
The instance of a packed query to be executed.
- _dimensionCode
Type: COSCostDimension Enumeration
The code used when building calculated values.
- _allocationRecId
Type: COSAllocationRecId Extended Data Type
The record ID of the COSAllocation record used when initializing lines.
- _costDistributionRecId
Type: COSCostDistributionRecId Extended Data Type
The record ID of the COSCostDistribution record used when initializing lines.
- _workDistributionRecId
Type: COSWorkDistributionRecId Extended Data Type
The record ID of the COSWorkDistribution record used when initializing lines.
Return Value
Type: boolean
true if the lines have been created; otherwise, false.