Quantcast
Channel: Microsoft Dynamics GP Forum - Recent Threads
Viewing all articles
Browse latest Browse all 14686

Adding account segments to GP Web Services "GetGLAccounts"

$
0
0

We recently changed our GL account structure from 4 segments to 6 segments. We are also using GP Web Services to validate an account string.  by call the GetGLAccounts operation.

However the process is only validating the first 4 segments and when I check the WSDL for the GetGLAccounts operation it shows only for segments to check. Any ideal how I can add the additional two segments?

 

<s:schema elementFormDefault="qualified" targetNamespace="http://jpasi.com/webservices1/">

-<s:element name="GetGLAccounts">
-<s:complexType>
-<s:sequence>
 <s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment1" type="s:string" />
 <s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment2" type="s:string" />
 <s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment3" type="s:string" />
 <s:elementminOccurs="0" maxOccurs="1" name="GLAccountSegment4" type="s:string" />
 <s:elementminOccurs="0" maxOccurs="1" name="CheckIfValidGLAccount" type="s:string" />
 </s:sequence>

Viewing all articles
Browse latest Browse all 14686

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>