Returns the number of fields in the record.
function (record as record) as number
record
Returns the number of fields in the record record.
Record.Information
Find the number of fields in the record.
Record.FieldCount([CustomerID = 1, Name = "Bob"])
2