Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Synchronizes the intercompany MarkupTrans records.
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
protected void synchronizeMarkupTrans(
MarkupModuleType _moduleType,
MarkupTrans _markupTransRef,
MarkupTrans _markupTrans,
boolean _updateRef)
Microsoft Dynamics AX 2012 R2 (SYS)
protected void synchronizeMarkupTrans(
MarkupModuleType _moduleType,
MarkupTrans _markupTransRef,
MarkupTrans _markupTrans,
boolean _updateRef)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void synchronizeMarkupTrans(
ModuleInventCustVend _moduleType,
MarkupTrans _markupTransRef,
MarkupTrans _markupTrans,
boolean _updateRef)
Microsoft Dynamics AX 2012 (FPK)
protected void synchronizeMarkupTrans(
ModuleInventCustVend _moduleType,
MarkupTrans _markupTransRef,
MarkupTrans _markupTrans,
boolean _updateRef)
Microsoft Dynamics AX 2012 (SYS)
protected void synchronizeMarkupTrans(
ModuleInventCustVend _moduleType,
MarkupTrans _markupTransRef,
MarkupTrans _markupTrans,
boolean _updateRef)
Run On
Called
Parameters
- _moduleType
Type: MarkupModuleType Enumeration
The module for the new target MarkupTrans record
- _markupTransRef
Type: MarkupTrans Table
The specified MarkupTrans record.
- _markupTrans
Type: MarkupTrans Table
The source MarkupTrans record.
- _updateRef
Type: boolean
A Boolean value that indicates whether to update the intercompany reference.