I have a custom created document service for importing records into custom entity of AX. Now we have added two more fields in the custom entity table and I want to include those fields in an import process. So I followed msdn.microsoft.com/.../ff628056(v=ax.50).aspx steps mentioned here to refresh document service after adding new fields on table. There is one batch job for AIF inbound processing which includes the following classes as tasks: 1) AifGatewayReceiveService 2) AifInboundProcessingService So whenever this batch job is executed and it tries to upload data through an XML file it errors out saying "The tag '/RMaxSalesOrderService/SalesTable/COName' is not allowed; it must be removed or marked null." where "COName" is one of the new fields which was added into that table.
↧