Skip to content
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] Continia E-Document Connector #27380

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

CristianMocanuContinia
Copy link

@CristianMocanuContinia CristianMocanuContinia commented Oct 8, 2024

E-Documents connector interface implementation between Business Central and Continia Delivery Network for onboarding into the Peppol and NemHandel network, sending and receiving electronic documents.

Work Items:
Fixes #27056
Fixes AB#541807

@CristianMocanuContinia
Copy link
Author

@microsoft-github-policy-service agree [company="Continia Software A/S"]

@CristianMocanuContinia
Copy link
Author

@microsoft-github-policy-service agree company="Continia Software A/S"

@github-actions github-actions bot added the linked Issue is linked to a Azure Boards work item label Oct 8, 2024
@JesperSchulz JesperSchulz added the Integration GitHub request for Integration area label Oct 9, 2024
{
Access = Internal;

[EventSubscriber(ObjectType::Codeunit, Codeunit::"Environment Cleanup", 'OnClearCompanyConfig', '', false, false)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we really clean the config ony any Environment Cleanup?
Maybe this should only be done, when a production environment is copied to a sandbox environment?


enum 6391 "Profile Direction"
{
Extensible = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Internal?

// ------------------------------------------------------------------------------------------------
namespace Microsoft.EServices.EDocumentConnector.Continia;

table 6394 "Network Profile"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move tooltips from page to table.

{
Extensible = false;

value(0; peppol)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enum internal?
why values with small letters?


OwnerAzureId := AzureADTenant.GetAadTenantId();
if OwnerAzureId = '' then
OwnerAzureId := 'Common';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we not want to fail here?

if OwnerAzureId = '' then
OwnerAzureId := 'Common';

EnvironmentName := EnvironmentInformation.GetEnvironmentName();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

using Microsoft.Foundation.Address;
using Microsoft.Foundation.Company;

codeunit 6393 "Api Requests"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move under E-Document Connectors.

  • Create app
  • Create test app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Integration GitHub request for Integration area linked Issue is linked to a Azure Boards work item
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BC Idea]: Enable connector with Continia for E-Documents
6 participants