AssetProposal::performProposal_Server Method [AX 2012]
Runs the proposal.
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 protected static void performProposal_Server(
AssetProposal _assetProposal,
LedgerJournalTrans _ledgerJournalTrans,
LedgerJournalId _journalNum,
[AssetDocumentProposalType_JP _assetDocumentProposalType])
Microsoft Dynamics AX 2012 R2 (SYS)
server protected static void performProposal_Server(
AssetProposal _assetProposal,
LedgerJournalTrans _ledgerJournalTrans,
LedgerJournalId _journalNum)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server protected static void performProposal_Server(
AssetProposal _assetProposal,
LedgerJournalTrans _ledgerJournalTrans,
LedgerJournalId _journalNum)
Microsoft Dynamics AX 2012 (FPK)
server protected static void performProposal_Server(
AssetProposal _assetProposal,
LedgerJournalTrans _ledgerJournalTrans,
LedgerJournalId _journalNum)
Microsoft Dynamics AX 2012 (SYS)
server protected static void performProposal_Server(
AssetProposal _assetProposal,
LedgerJournalTrans _ledgerJournalTrans,
LedgerJournalId _journalNum)
Run On
ServerParameters
- _assetProposal
- Type: AssetProposal Class
The asset proposal that will be run.
- _ledgerJournalTrans
- Type: LedgerJournalTrans Table
The journal line that the user was on when they performed the proposal.
- _journalNum
- Type: LedgerJournalId Extended Data Type
The journal number that will be used by the proposal.
- _assetDocumentProposalType
- Type: AssetDocumentProposalType_JP Enumeration
Show:
Note