Type.IsOpenRecord

Returns a Boolean value that indicates if a record type is currently active.

Syntax

Type.IsOpenRecord(type as type) as logical

About

Returns a Boolean value that indicates if a record type is currently active.

Explanation

Check if the record type [ A = number, ... ] is open by using the Power Query function MType.IsOpenRecord(type [A = number, ...]). The output will be true if the record type is open.