Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The eConnect Serialization.dll file does not return the expected value into the XML stream that serialized in a Visual Studio project


INTRODUCTION

The eConnect Serialization.dll file does not return the expected value into the XML stream that is serialized in a Microsoft Visual Studio project. The eConnect Serialization.dll file is included in the Microsoft Dynamics GP 9.0 eConnect installation CD.

MORE INFORMATION

Some elements that are available in the XML node contain an element name specified property. You must set this property to True.

For example, the taUpdateCreateCustomerRcd node contains a BALNCTYP element and a BALNCTYPSpecified element. The BALNCTYPSpecified element must be set to True before the BALNCTYP element for the value of the BALNCTYP element to be correctly serialized.

For example, you must use the following code example.
.BALNCTYPSpecified = True .BALNCTYP = 1 

↑ Back to the top


Keywords: kb, kbinfo, kbnosurvey, kbMBSMigrate, kbMBSPartner, BemisKB917000

↑ Back to the top

Article Info
Article ID : 917000
Revision : 1
Created on : 3/7/2017
Published on : 3/7/2017
Exists online : False
Views : 81