NumberSequenceScope::findByNaturalKey Method
Syntax
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 NumberSequenceScope findByNaturalKey(
SelectableDataArea _dataArea,
RefRecId _legalEntity,
RefRecId _operatingUnit,
RefRecId _fiscalCalendarPeriod,
OMOperatingUnitType _operatingUnitType,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static NumberSequenceScope findByNaturalKey(
SelectableDataArea _dataArea,
RefRecId _legalEntity,
RefRecId _operatingUnit,
RefRecId _fiscalCalendarPeriod,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static NumberSequenceScope findByNaturalKey(
SelectableDataArea _dataArea,
RefRecId _legalEntity,
RefRecId _operatingUnit,
RefRecId _fiscalCalendarPeriod,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 (FPK)
client server public static NumberSequenceScope findByNaturalKey(
SelectableDataArea _dataArea,
RefRecId _legalEntity,
RefRecId _operatingUnit,
RefRecId _fiscalCalendarPeriod,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 (SYS)
client server public static NumberSequenceScope findByNaturalKey(
SelectableDataArea _dataArea,
RefRecId _legalEntity,
RefRecId _operatingUnit,
RefRecId _fiscalCalendarPeriod,
[boolean _forUpdate])
Run On
Called
Parameters
- _dataArea
Type: SelectableDataArea Extended Data Type
- _legalEntity
Type: RefRecId Extended Data Type
- _operatingUnit
Type: RefRecId Extended Data Type
- _fiscalCalendarPeriod
Type: RefRecId Extended Data Type
- _operatingUnitType
Type: OMOperatingUnitType Enumeration
- _forUpdate
Type: boolean