AssetProposal::callIL Method [AX 2012]
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
server private static container callIL(
container _pack,
AssetTransType _assetTransType,
[AssetDocumentProposalType_JP _assetDocumentProposalType])
Microsoft Dynamics AX 2012 R2 (SYS)
server private static container callIL(container _pack, AssetTransType _assetTransType)
Run On
ServerParameters
- _pack
- Type: container
- _assetTransType
- Type: AssetTransType Enumeration
- _assetDocumentProposalType
- Type: AssetDocumentProposalType_JP Enumeration
Show:
Note