GeneralJournalEntry::addRangeForPostingLayer Method

Adds a range for the specified posting layer.

Syntax

client server public static QueryBuildRange addRangeForPostingLayer(
    QueryBuildDataSource _dataSource, 
    FieldId _postingLayerFieldId, 
    OperationsTax _postingLayer)

Run On

Called

Parameters

Return Value

Type: QueryBuildRange Class
The range for the posting layer field.

Remarks

The posting layer values do not use simple restrictions. This method implements the correct range for the specified posting layer. The query results still have to be interpreted correctly based on the following patterns.

  • Current: Current

  • Operations: Current + Operations

  • Tax: Current + Tax

  • DminusS: Operations - Tax

  • OperationsPlusTax: Operations + Tax

  • OnlyOperations: Operations

  • OnlyTax: Tax

  • Total: Current + Operations + Tax

See Also

Reference

GeneralJournalEntry Table