Developer forum

Forum » Feature requests » BC integration: Extend Units request

BC integration: Extend Units request

Michael Knudsen
Reply

 

Per documentation https://doc.dynamicweb.com/documentation-9/integration/integration-framework/erp-plug-in-units/nav-and-business-central-requests-and-responses#sideNavTitle1-3 it's currently possible to get Units from eg. Business Central with the following request:
<GetEcomData>
    <tables>
        <Units type="all" />
    </tables>
</GetEcomData>

Could this be extended with setLanguage + languages as we have it on Products and Product group requests?
<GetEcomData>
    <tables>
        <Units type="all" setLanguage="LANG1" languages="DAN,ENU,DEU" />
    </tables>
</GetEcomData>

Thanks in advance.

Br. Michael Knudsen

 


Replies