Table of Contents

FieldExists Procedure

Codeunit RecRef Functions

Checks if a field exist in a given table.

If a field is set as ObsoleteState Removed or if it's not enabled, the field is considered non existing.

Signature

FieldExists(TableNo: Integer; FieldNo: Integer) : Boolean

Parameters

TableNo Integer

The number of the table.

FieldNo Integer

The number of the field to check.

Returns

Boolean

true if the field exist in the given table and has any other ObsoleteState than Removed.

This documentation is generated from Smart Toolbox v27.1