ProdRoute::updateReNumberLevelNum 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 private static container updateReNumberLevelNum(
OprNum _oprNumNext,
OprNum _oprNumLast,
OprNum _oprNum,
Map _mapOprNumNext,
Map _mapOprLevel,
Map _mapOprNum,
RouteLevel _level)
Microsoft Dynamics AX 2012 R2 (SYS)
client server private static void updateReNumberLevelNum(
OprNum _oprNumNext,
OprNum _oprNumLast,
OprNum _oprNum,
Map _mapOprNumNext,
Map _mapOprLevel,
Map _mapOprNum,
RouteLevel _level)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server private static void updateReNumberLevelNum(
OprNum _oprNumNext,
OprNum _oprNumLast,
OprNum _oprNum,
Map _mapOprNumNext,
Map _mapOprLevel,
Map _mapOprNum,
RouteLevel _level)
Microsoft Dynamics AX 2012 (FPK)
client server private static void updateReNumberLevelNum(
OprNum _oprNumNext,
OprNum _oprNumLast,
OprNum _oprNum,
Map _mapOprNumNext,
Map _mapOprLevel,
Map _mapOprNum,
RouteLevel _level)
Microsoft Dynamics AX 2012 (SYS)
client server private static void updateReNumberLevelNum(
OprNum _oprNumNext,
OprNum _oprNumLast,
OprNum _oprNum,
Map _mapOprNumNext,
Map _mapOprLevel,
Map _mapOprNum,
RouteLevel _level)
Run On
Called
Parameters
- _oprNumNext
Type: OprNum Extended Data Type
- _oprNumLast
Type: OprNum Extended Data Type
- _oprNum
Type: OprNum Extended Data Type
- _mapOprNumNext
Type: Map Class
- _mapOprLevel
Type: Map Class
- _mapOprNum
Type: Map Class
- _level
Type: RouteLevel Extended Data Type