-
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
[E-Document Connector] SignUp E-Document Connector #27261
base: main
Are you sure you want to change the base?
Conversation
@aholstrup1 This pull request has replaced #27084 due to using merge instead of rebase policy locally. Thank you for your patience |
…x or production. To be populated manually.
Apps/W1/EDocumentsConnector/app/src/SignUp/APIRequests.Codeunit.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentsConnector/app/src/SignUp/APIRequests.Codeunit.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentsConnector/app/src/Permissions/EDocConnectorEdit.PermissionSet.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentsConnector/app/src/Permissions/EDocConnectorObjects.PermissionSet.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentsConnector/app/src/Permissions/EDocConnectorRead.PermissionSet.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentsConnector/app/src/Permissions/EDocConnectorRead.PermissionSet.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentsConnector/app/src/SignUp/APIRequests.Codeunit.al
Outdated
Show resolved
Hide resolved
Apps/W1/EDocumentsConnector/app/src/SignUp/APIRequests.Codeunit.al
Outdated
Show resolved
Hide resolved
Comment on last commit. Resolving object name conflict in module. Can't have two objects with the same name in the same module even if they are in different namespaces. Ref: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-namespaces-overview Error in build: https://github.com/microsoft/ALAppExtensions/actions/runs/10956384133/job/30482980067?pr=27261 |
Yep i was looking at this issue as well yesterday. Can you find me and ping me on the E-Doc Open Source teams channel? |
…ppExtensions into edocumentconnector
… more logical name
Here is the link to the API: https://edoc.exflowdev.cloud/swagger/index.html |
|
||
procedure GetRootBearerAuthText(): SecretText; | ||
begin | ||
exit(secretStrSubstNo(BearerTxt, GetRootAuthBearerToken())); |
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.
exit(secretStrSubstNo(BearerTxt, GetRootAuthBearerToken())); | |
exit(SecretStrSubstNo(BearerTxt, GetRootAuthBearerToken())); |
@geschwint Can you add the test application to the PR as well? |
…ppExtensions into edocumentconnector
E-Documents connector interface implementation between Business Central and SignUp Web API for electronic invoices
Work Item(s)
Fixes #27054
Fixes AB#541805