-
Couldn't load subscription status.
- Fork 267
[PDF app] Export PDF documents #3906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/System Application/Test/Pdf/src/PDFDocumentTest.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/Test/Pdf/src/PDFDocumentTest.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/Test/Pdf/src/PDFDocumentTest.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/Test/Pdf/src/PDFDocumentTest.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/Test/Pdf/src/PDFDocumentTest.Codeunit.al
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please remove [Scope('OnPrem')] from all procedures that don't require this property?
Otherwise no partner won't be able to use this Codeunit.
I only asked to add the property [Scope('OnPrem')] to the procedure AddFileToAppend in the first place since this file expects a path to an Temporary File on the server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good
234ade7
It has been done |
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Updated pdf app that includes procedures for exporting to PDF documents.
The procedures will be used for e-document PDF/A formats (e.g. ZUGFeRD format for E-Documents in Germany)
Work Item(s)
Fixes [AB#556034]