AxInternalBase.defaulting Method [AX 2012]

Identifies whether defaulting should be used in the AxBC table class.

Syntax

public boolean defaulting([boolean _defaulting])

Run On

Called

Parameters

  • _defaulting
    Type: boolean
    Boolean

Remarks

The defaulting method is created so that data can be directly deserialized into the database without spending time defaulting when the data has been validated by another system.

The defaulting property is set to true by default.

See Also

Reference

AxInternalBase Class