PSAProjAndContractInvoiceController::getDocumentType Method [AX 2012]
Returns the document type associated with the record in ProjInvoiceJour.
client server public static PrintMgmtDocumentType getDocumentType(MenuItemName _menuItemName, ProjInvoiceJour _jour)
Run On
CalledParameters
- _menuItemName
- Type: MenuItemName Extended Data Type
Name of the menu item used to invoke the functionality.
- _jour
- Type: ProjInvoiceJour Table
A buffer of type ProjInvoiceJour.
Return Value
Type: PrintMgmtDocumentType EnumerationDocument type associated with the record in ProjInvoiceJour.
Show: