VendRFQJour.printJournal Method
Prints one or more RFQ journals.
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
public void printJournal([PurchRFQJournalPrint _purchRFQJournalPrint, RecordSortedList _journalList])
Microsoft Dynamics AX 2012 R2 (SYS)
public void printJournal([PurchRFQJournalPrint _purchRFQJournalPrint, RecordSortedList _journalList])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void printJournal([PurchRFQFormLetter purchRFQFormLetter, RecordSortedList journalList])
Microsoft Dynamics AX 2012 (FPK)
public void printJournal([PurchRFQFormLetter purchRFQFormLetter, RecordSortedList journalList])
Microsoft Dynamics AX 2012 (SYS)
public void printJournal([PurchRFQFormLetter purchRFQFormLetter, RecordSortedList journalList])
Run On
Called
Parameters
- _purchRFQJournalPrint
Type: PurchRFQJournalPrint Class
A PurchRFQJournalPrint object; optional.
- _journalList
Type: RecordSortedList Class
A RecordSortedList object containing journals to be printed; optional.
Remarks
All printing logic has been moved from the PurchRFQFormLetter class to the PurchRFQJournalPrint class, hence an instance of PurchRFQJournalPrint can be passed in.