Recently we had an issue where we needed to update a customer with an xml file using the file base adapter. Specifically, we needed to update DirPartyContactInfoView and DirPartyPostalAddressView for an existing customer.
As mentioned in http://blogs.msdn.com/b/axsupport/archive/2012/05/21/calling-the-update-operation-on-services-in-ax-2012.aspx , if the entity you are calling is not a date effective entity, then this isn't too diffcult.
However, because DirPartyContactInfoView and DirPartyPostalAddressView...(read more)
↧