-
Notifications
You must be signed in to change notification settings - Fork 622
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
#27057 EDocument Connector for Tietoevry #27233 #27626
base: main
Are you sure you want to change the base?
Conversation
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.
New interface will break build as we discussed. The filenames do not follow code convention :)
@Groenbech96 I know. Work in progress here. Will update next week. |
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.
Very cool, good start. Will review further later.
Apps/W1/EDocumentConnectors/Tietoevry/app/src/ConnectionSetupCard.Page.al
Show resolved
Hide resolved
Apps/W1/EDocumentConnectors/Tietoevry/app/src/Upgrade.Codeunit.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentConnectors/Tietoevry/app/src/IntegrationImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
Error: AA0215 The file Objects.PermissionSet.al has an incorrect name. The valid name is TietoevryObjects.PermissionSet.al. |
In file /Formats/TietoevryEDocImport.Codeunit I have an issue with the fact that the protection level on EDocumentAttachmentGen.Insert() procedure makes me unable to use it from this app. Can you consider changing the protection level (from internal to public), allowing me to complete the format implementation without duplicating code? "pragma warning disable AA0137" is there to suppress all warnings related to this. @Groenbech96 |
E-Documents connector interface implementation between Business Central and Tietoevry
Work Item(s)
Fixes #27057
Fixes AB#541808