Global::nullValueBaseType Method [AX 2012]
Returns default (null) value for a given base type.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static anytype nullValueBaseType(Types _baseType, [boolean _enumAsInt])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static anytype nullValueBaseType(Types _baseType, [boolean _enumAsInt])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static anytype nullValueBaseType(Types baseType, [boolean enumAsInt])
Microsoft Dynamics AX 2012 (FPK)
client server public static anytype nullValueBaseType(Types baseType, [boolean enumAsInt])
Microsoft Dynamics AX 2012 (SYS)
client server public static anytype nullValueBaseType(Types baseType, [boolean enumAsInt])
Run On
CalledParameters
- _baseType
- Type: Types Enumeration
Base type
- _enumAsInt
- Type: boolean
Treat base enum as integer
Show:
Note