365 business pdf€¦ · 20097 hamburg 2002 trey research brigitte werner bridge rd, 80997 münchen...

Post on 13-Oct-2020

1 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

365 business PDF PDF – Report extension for

Microsoft Dynamics 365 Business Central.

Installation & Configuration

April 2020

[..]

"dependencies": [

{

"appId": "66745141-90b6-4fb0-906a-94400600f856",

"name": "365 business PDF",

"version": "15.0.0.0",

"publisher": "365 business development"

}

],

[..]

procedure ApplyStationery(var document: Codeunit "Temp Blob")

var

stationery: Codeunit "Temp Blob";

sourceRecord: Record "<Your Record>";

begin

sourceRecord.Get(<Primary Key Field>);

// transfer blob content to temp blob

stationery.FromRecord(sourceRecord, sourceRecord.FieldNo(Field));

ApplyStationeryToDocument(document, stationery);

end;

o

o

o

top related