Hi,
I want to import customers from D365 Business Center. using <GetEcomData> <tables> <Customers type="all" /> </tables></GetEcomData> under "Dynamicweb codeunit request".
But it is importing all the customers where AccessUserUserName is blank or null and duplicated, want to restrict it in DW Users Table.
Currently getting the data as below:
Here the username is getting duplicated or blank. Want to remove blank emails and have to be unique.