Record.CalcSums(Any [, Any,...]) Method

Version: Available or changed with runtime version 1.0.

Calculates the total of a column in a table. You specify which fields to calculate by using parameters.

Syntax

[Ok := ]  Record.CalcSums(Field1: Any [, Field2: Any,...])

Parameters

Record
 Type: Record
An instance of the Record data type.

Field1
 Type: Any

[Optional] Field2
 Type: Any

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

Remarks

For more information, see CalcSum method (FieldRef).

See Also

Record Data Type
Get Started with AL
Developing Extensions
CALCSUM Method (FieldRef)
AL Database Methods and Performance on SQL Server