Codeunit "PDF Document Management"

ID 5467
Namespace: Microsoft.EServices.EDocument

Methods

GeneratePdfBlobWithDocumentType

procedure GeneratePdfBlobWithDocumentType(ParentId: Guid, DocumentId: Guid, DocumentType: Enum "Attachment Entity Buffer Document Type", var TempAttachmentEntityBuffer: Record "Attachment Entity Buffer" temporary): Boolean

Parameters

Name Type Description
ParentId Guid
DocumentId Guid
DocumentType Enum Microsoft.Integration.Graph."Attachment Entity Buffer Document Type"
TempAttachmentEntityBuffer Table Microsoft.Integration.Graph."Attachment Entity Buffer"

Returns

Type Description
Boolean

GeneratePdfBlobWithDocumentType

procedure GeneratePdfBlobWithDocumentType(DocumentId: Guid, DocumentType: Enum "Attachment Entity Buffer Document Type", var TempAttachmentEntityBuffer: Record "Attachment Entity Buffer" temporary): Boolean

Parameters

Name Type Description
DocumentId Guid
DocumentType Enum Microsoft.Integration.Graph."Attachment Entity Buffer Document Type"
TempAttachmentEntityBuffer Table Microsoft.Integration.Graph."Attachment Entity Buffer"

Returns

Type Description
Boolean

See also