Describe the issue
We are trying to implement document import process from our OCR using E-Document.
We are starting with a basic customization - to control over Text to Account mapping, that was done previously via premapping codeunits in Data Exchange.
Import Version 1.0 logic ignores our premapping changes, and we do not have control over what items and accounts will be used for purchase lines.
So we are trying to implement Import Version 2.0 which is stated as current in E-Document docs. We are following this manual: https://github.com/microsoft/BCApps/blob/main/src/Apps/W1/EDocument/App/docs/extensibility.md.
But every object we need to is internal (e.g. E-Document Purchase Line/Header which are parameters to the interfaces that need to be implemented according to the docs).
That is why we are lost in how to use E-Document feature at all. Is it now exclusively created for Payables Agent alone?
Expected behavior
Be able to extend E-Document functionality according to documentation.
Steps to reproduce
- Create an extensibility app.
- Try to implement IPurchaseLineProvider interface.
Additional context
No response
Describe the issue
We are trying to implement document import process from our OCR using E-Document.
We are starting with a basic customization - to control over Text to Account mapping, that was done previously via premapping codeunits in Data Exchange.
Import Version 1.0 logic ignores our premapping changes, and we do not have control over what items and accounts will be used for purchase lines.
So we are trying to implement Import Version 2.0 which is stated as current in E-Document docs. We are following this manual: https://github.com/microsoft/BCApps/blob/main/src/Apps/W1/EDocument/App/docs/extensibility.md.
But every object we need to is internal (e.g. E-Document Purchase Line/Header which are parameters to the interfaces that need to be implemented according to the docs).
That is why we are lost in how to use E-Document feature at all. Is it now exclusively created for Payables Agent alone?
Expected behavior
Be able to extend E-Document functionality according to documentation.
Steps to reproduce
Additional context
No response