AxdBase.validateEntityKey Method [AX 2012]

Validates whether an entity key that is passed to Axd framework is valid.

Syntax

public void validateEntityKey(AifEntityKey _entityKey)

Run On

Server

Parameters

Remarks

The validateEntityKey method validates whether an entity key that is passed to the Axd framework fulfills some minimum requirements so the Axd framework can find a unique record in the tables in Microsoft Dynamics AX.

See Also

Reference

AxdBase Class