Developer forum

Forum » Integration » How does the Dynamicweb Custom Fieldlist in BC is supposed to work?

How does the Dynamicweb Custom Fieldlist in BC is supposed to work?

Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi guys,

One of our BC partners is trying to extend the default response from BC with new fields.
My understanding is that the Dynamicweb connector in BC supports extension through Custom fields that can be assigned to different endpoints.
Our partner has added this:


But in my test request, the field is not present in the schema.
Is there an additional setting for updating the schema?

Is this how we should handle the extension of standard request/response between DW and BC?

Thank you,
Adrian


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Adrian,
make sure you have activated the field in the settings:


Then once you run the request:
<GetEcomData><tables><Contacts type="all" /></tables></GetEcomData>

The new field is added into the response like that:
<table tableName="AccessUser">
    <item table="AccessUser">
  .....
      <column columnName="AccessUserLastDateModified"><![CDATA[11/03/22]]></column>
    </item>

The documentation is here.

BR, Dmitrij

 

 
Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi Dmitrij,

Thank you for the response.
Is this going to work only for SOAP requests?
I am using the BC Blueprint with Endpoints (BC Default API Import)

Thank you,
Adrian

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Yes, only for SOAP requests

 
Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Thank you very much for the confirmation.

Adrian

 

You must be logged in to post in the forum