Share via


ReturnAcknowledgmentAndDocumentDP.getAllNotesForDocuTypeGroup Method [AX 2012]

Returns all Notes for passed Document Type Group.

Syntax

private Notes getAllNotesForDocuTypeGroup(
    Common _common, 
    DocuTypeGroup _docuTypeGroup, 
    DocuRestriction _restriction)

Run On

Server

Parameters

  • _common
    Type: Common Table
    Common buffer for which notes are attached and should be selected.

Return Value

Type: Notes Extended Data Type
Concatenated notes.

See Also

Reference

ReturnAcknowledgmentAndDocumentDP Class