<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://vstoolsforum.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'eConnect 10'</title><link>http://vstoolsforum.com/search/SearchResults.aspx?o=DateDescending&amp;tag=eConnect+10&amp;orTags=0</link><description>Search results matching tag 'eConnect 10'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Sop Integration Freight Calculation Error</title><link>http://vstoolsforum.com/forums/p/928/2545.aspx#2545</link><pubDate>Wed, 09 Jun 2010 21:28:00 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:2545</guid><dc:creator>Nvc</dc:creator><description>&lt;p&gt;Hello! &lt;br /&gt;I&amp;#39;m working with econnect 10, writing an integration for a sop &lt;br /&gt;invoice. So far, the integration goes well, but I have an issue when &lt;br /&gt;the invoice includes a freight amount. &lt;br /&gt;I set the CREATETAXES = 1 and CREATEDIST = 1 and altough the taxes &lt;br /&gt;calculate fine, the account distributions doesn&amp;#39;t. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I send the information this way: &lt;br /&gt;ivcHeader.FREIGTBLE = 0 &lt;br /&gt;ivcHeader.FRTSCHID = ivcHeader.TAXSCHID &lt;br /&gt;ivcHeader.FREIGHT = FREIGHT_AMOUNT &lt;br /&gt;
&lt;p&gt;But, in distributions, the account for FREIGHT doesn&amp;#39;t calculate the &lt;br /&gt;tax. I try to send the FRTTXAMT, but I get the error 866: Cannot pass &lt;br /&gt;in tax and markdown amounts when creating taxes on the fly &lt;br /&gt;
&lt;p&gt;Even if I remove the flag CREATETAXES, it doesn&amp;#39;t calculate well. I compare the invoice created with econnect and other from GP, and everything is the same, except for the BKTFRTAM field. Is there any way to populate it?&lt;br /&gt;
&lt;p&gt;Here&amp;#39;s the XML code: &lt;br /&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt; &lt;br /&gt;- &amp;lt;eConnect xmlns:xsi=&amp;quot;&lt;a href="http://www.google.com/url?sa=D&amp;amp;q=http://www.w3.org/2001/XMLSchema-instance&amp;amp;usg=AFQjCNFsclzLqabE3vsjL8lude_KsXKzAw" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; &lt;br /&gt;xmlns:xsd=&amp;quot;&lt;a href="http://www.google.com/url?sa=D&amp;amp;q=http://www.w3.org/2001/XMLSchema&amp;amp;usg=AFQjCNHpddpKzCg6A0Dcupal-mgno68v-w" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;&amp;gt; &lt;br /&gt;- &amp;lt;SOPTransactionType&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;eConnectProcessInfo xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taRequesterTrxDisabler_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taUpdateCreateItemRcd xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taUpdateCreateCustomerRcd xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taCreateCustomerAddress_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopSerial_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;- &amp;lt;taSopLotAuto_Items&amp;gt; &lt;br /&gt;- &amp;lt;taSopLotAuto&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPTYPE&amp;gt;3&amp;lt;/SOPTYPE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPNUMBE&amp;gt;D000040411&amp;lt;/SOPNUMBE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LNITMSEQ&amp;gt;16384&amp;lt;/LNITMSEQ&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;ITEMNMBR&amp;gt;YR16943&amp;lt;/ITEMNMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LOCNCODE&amp;gt;YR VENTA&amp;lt;/LOCNCODE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;QUANTITY&amp;gt;1&amp;lt;/QUANTITY&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LOTNUMBR&amp;gt;R822&amp;lt;/LOTNUMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;EXPNDATE&amp;gt;31/12/2020&amp;lt;/EXPNDATE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taSopLotAuto&amp;gt; &lt;br /&gt;- &amp;lt;taSopLotAuto&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPTYPE&amp;gt;3&amp;lt;/SOPTYPE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPNUMBE&amp;gt;D000040411&amp;lt;/SOPNUMBE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LNITMSEQ&amp;gt;32768&amp;lt;/LNITMSEQ&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;ITEMNMBR&amp;gt;YR04076&amp;lt;/ITEMNMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LOCNCODE&amp;gt;YR VENTA&amp;lt;/LOCNCODE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;QUANTITY&amp;gt;1&amp;lt;/QUANTITY&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LOTNUMBR&amp;gt;02D8&amp;lt;/LOTNUMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;EXPNDATE&amp;gt;01/03/2011&amp;lt;/EXPNDATE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taSopLotAuto&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopLotAuto xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taSopLotAuto_Items&amp;gt; &lt;br /&gt;- &amp;lt;taSopLineIvcInsert_Items&amp;gt; &lt;br /&gt;- &amp;lt;taSopLineIvcInsert&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPTYPE&amp;gt;3&amp;lt;/SOPTYPE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPNUMBE&amp;gt;D000040411&amp;lt;/SOPNUMBE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;CUSTNMBR&amp;gt;X01078&amp;lt;/CUSTNMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DOCDATE&amp;gt;09/06/2010&amp;lt;/DOCDATE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LOCNCODE&amp;gt;YR VENTA&amp;lt;/LOCNCODE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;ITEMNMBR&amp;gt;YR16943&amp;lt;/ITEMNMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;UNITPRCE&amp;gt;95.00000&amp;lt;/UNITPRCE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;XTNDPRCE&amp;gt;95.00000&amp;lt;/XTNDPRCE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;QUANTITY&amp;gt;1&amp;lt;/QUANTITY&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LNITMSEQ&amp;gt;16384&amp;lt;/LNITMSEQ&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DOCID&amp;gt;D&amp;lt;/DOCID&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;TAXSCHID&amp;gt;YR IVA INCLUIDO&amp;lt;/TAXSCHID&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;AUTOALLOCATELOT&amp;gt;1&amp;lt;/AUTOALLOCATELOT&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;UOFM&amp;gt;UNIDAD&amp;lt;/UOFM&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taSopLineIvcInsert&amp;gt; &lt;br /&gt;- &amp;lt;taSopLineIvcInsert&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPTYPE&amp;gt;3&amp;lt;/SOPTYPE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPNUMBE&amp;gt;D000040411&amp;lt;/SOPNUMBE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;CUSTNMBR&amp;gt;X01078&amp;lt;/CUSTNMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DOCDATE&amp;gt;09/06/2010&amp;lt;/DOCDATE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LOCNCODE&amp;gt;YR VENTA&amp;lt;/LOCNCODE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;ITEMNMBR&amp;gt;YR04076&amp;lt;/ITEMNMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;UNITPRCE&amp;gt;140.00000&amp;lt;/UNITPRCE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;XTNDPRCE&amp;gt;140.00000&amp;lt;/XTNDPRCE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;QUANTITY&amp;gt;1&amp;lt;/QUANTITY&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LNITMSEQ&amp;gt;32768&amp;lt;/LNITMSEQ&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DOCID&amp;gt;D&amp;lt;/DOCID&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;TAXSCHID&amp;gt;YR IVA INCLUIDO&amp;lt;/TAXSCHID&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;AUTOALLOCATELOT&amp;gt;1&amp;lt;/AUTOALLOCATELOT&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;UOFM&amp;gt;UNIDAD&amp;lt;/UOFM&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taSopLineIvcInsert&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taSopLineIvcInsert_Items&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopLineIvcInsertComponent_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopTrackingNum_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopCommissions_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopLineIvcTaxInsert_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;- &amp;lt;taCreateSopPaymentInsertRecord_Items&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taCreateSopPaymentInsertRecord xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taCreateSopPaymentInsertRecord xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taCreateSopPaymentInsertRecord_Items&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopUserDefined xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopDistribution_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taAnalyticsDistribution_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopMultiBin_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;- &amp;lt;taSopHdrIvcInsert&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPTYPE&amp;gt;3&amp;lt;/SOPTYPE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DOCID&amp;gt;D&amp;lt;/DOCID&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SOPNUMBE&amp;gt;D000040411&amp;lt;/SOPNUMBE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;LOCNCODE&amp;gt;YR VENTA&amp;lt;/LOCNCODE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DOCDATE&amp;gt;09/06/2010&amp;lt;/DOCDATE&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;FREIGHT&amp;gt;30&amp;lt;/FREIGHT&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;CUSTNMBR&amp;gt;X01078&amp;lt;/CUSTNMBR&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;SUBTOTAL&amp;gt;235&amp;lt;/SUBTOTAL&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;USER2ENT&amp;gt;admin&amp;lt;/USER2ENT&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;BACHNUMB&amp;gt;CT09/06/2010&amp;lt;/BACHNUMB&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;PRSTADCD&amp;gt;ENVIO&amp;lt;/PRSTADCD&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;CREATECOMM&amp;gt;1&amp;lt;/CREATECOMM&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;CREATETAXES&amp;gt;1&amp;lt;/CREATETAXES&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DEFTAXSCHDS&amp;gt;1&amp;lt;/DEFTAXSCHDS&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;DEFPRICING&amp;gt;1&amp;lt;/DEFPRICING&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/taSopHdrIvcInsert&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopToPopLink xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taSopUpdateCreateProcessHold xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taCreateSOPTrackingInfo xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;taMdaUpdate_Items xsi:nil=&amp;quot;true&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/SOPTransactionType&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/eConnect&amp;gt; &lt;br /&gt;
&lt;p&gt;Hope someone could help me on this :) &lt;/p&gt;</description></item><item><title>Inventory Master Import Error</title><link>http://vstoolsforum.com/forums/p/919/2506.aspx#2506</link><pubDate>Mon, 17 May 2010 13:11:09 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:2506</guid><dc:creator>venuasg</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I get an error while importing through eConnect for &lt;font size="2"&gt;&lt;strong&gt;taUpdateCreateItemRcd&lt;/strong&gt;&amp;nbsp; the error says &amp;quot;Cannot insert the value NULL into column &amp;#39;UOFM&amp;#39;, table TWO.dbo.IV00107; Column does not allow nulls. Insert Fails&amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Following is my XML, can any one let me know am i missing something here.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="pi"&gt;xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; &lt;/span&gt;&lt;span class="m"&gt;?&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/p&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;" class="c"&gt;&lt;a class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;-&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;eConnect&lt;/font&gt;&lt;/span&gt;&lt;span class="ns"&gt;&lt;font color="#ff0000"&gt; xmlns:xsi&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b class="ns"&gt;&lt;font color="#ff0000"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/font&gt;&lt;/b&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;span class="ns"&gt;&lt;font color="#ff0000"&gt; xmlns:xsd&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b class="ns"&gt;&lt;font color="#ff0000"&gt;http://www.w3.org/2001/XMLSchema&lt;/font&gt;&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;" class="c"&gt;&lt;a class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;-&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;IVItemMasterType&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;eConnectProcessInfo&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taRequesterTrxDisabler_Items&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;" class="c"&gt;&lt;a class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;-&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taUpdateCreateItemRcd&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITEMNMBR&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;TEST ITEM 999&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITEMNMBR&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITEMDESC&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;eCONNECT TEST ITEM&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITEMDESC&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITMSHNAM&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;ITEM999&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITMSHNAM&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITMGEDSC&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;ITEM999&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITMGEDSC&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITMCLSCD&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;MODEMS&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;ITMCLSCD&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;UOMSCHDL&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;EACH&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;UOMSCHDL&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;USCATVLS_6&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;YES&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;USCATVLS_6&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;UpdateIfExists&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;span class="tx"&gt;&lt;strong&gt;0&lt;/strong&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;UpdateIfExists&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taUpdateCreateItemRcd&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taUpdateCreateItemCurrencyRcd_Items&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taIVCreateItemPriceListLine_Items&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taIVCreateItemPriceListHeader&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taItemSite_Items&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taCreateItemVendors_Items&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="TEXT-INDENT:-2em;MARGIN-LEFT:1em;"&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;taCreateKitItemRcd_Items&lt;/font&gt;&lt;/span&gt; &lt;span class="t"&gt;&lt;font color="#990000"&gt;xsi:nil&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;=&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;true&lt;/b&gt;&lt;font color="#0000ff"&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt;&lt;/font&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;IVItemMasterType&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="b"&gt;&lt;strong&gt;&lt;font color="#ff0000" face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/span&gt;&lt;span class="t"&gt;&lt;font color="#990000"&gt;eConnect&lt;/font&gt;&lt;/span&gt;&lt;span class="m"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt;</description></item><item><title>Re: Econnect GL Transaction</title><link>http://vstoolsforum.com/forums/p/471/2061.aspx#2061</link><pubDate>Wed, 12 Aug 2009 17:02:29 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:2061</guid><dc:creator>ravishankarp</dc:creator><description>&lt;p&gt;Hi I am also getting the following error while integrating GL transaction having around 1600 GL Line Entris including Analytical Accounting information.&amp;nbsp; I have changed the connection timeout in component services but no use.&lt;/p&gt;
&lt;p&gt;I am trying to integrate GL Entries using eConnect. Some integrations are working fine but some integrations are giving the following errors&lt;br /&gt;&lt;br /&gt;1) A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host) &lt;br /&gt;&lt;br /&gt;2) The root transaction wanted to commit, but transaction aborted (Exception from HRESULT: 0x8004E002)&lt;br /&gt;&lt;br /&gt;3) the timeout period elapsed prior to completion of the operation&lt;br /&gt;&lt;br /&gt;Your urgent response (or) advise is required , as it is stopping the user activities.&lt;br /&gt;&lt;br /&gt;Most of the times these errors are occuring if the xml file is large.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>eConnect 10 GL Journals with Tax</title><link>http://vstoolsforum.com/forums/p/774/1989.aspx#1989</link><pubDate>Wed, 15 Jul 2009 10:42:34 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:1989</guid><dc:creator>paulus_999</dc:creator><description>&lt;p&gt;Hi All&lt;/p&gt;
&lt;p&gt;Anyone out there know what the settings need to be in the Journal Line schema to allow a tax detail ID or tax schedule id to be recorded against a Journal Line.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;This would effectively be the same as pressing the&amp;#39;Tax Entry&amp;#39; button on the Journal entry screen within GP&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>eConnect 10 Install</title><link>http://vstoolsforum.com/forums/p/758/1937.aspx#1937</link><pubDate>Wed, 01 Jul 2009 15:11:48 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:1937</guid><dc:creator>Roshan</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I installed eConnect10&amp;nbsp;runtime ,i am not able to see the details in the c:Program files\Common Files\Microsoft Shared\eConnect10 folder .i could see&amp;nbsp; object,Release information,Requester Setup folders in the eConnect 10 folder.There is no XML Schemas,Services, eConnect Samples etc folders in the eConnect 10 folder.&lt;/p&gt;
&lt;p&gt;I already have eConnect 9.0 in my system. Will this effect new instal&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>eConnect with Manufacturing and/or Horizons?</title><link>http://vstoolsforum.com/forums/p/754/1918.aspx#1918</link><pubDate>Wed, 24 Jun 2009 18:09:50 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:1918</guid><dc:creator>dev</dc:creator><description>&lt;p&gt;Are there any custom nodes out there for the Dynamics Manufacturing or Horizons Manufacturing?&amp;nbsp; I remember talking to some MSFT developers 3 or 4 years ago and they said some manufacturing functionality would be available soon, but I haven&amp;#39;t heard anything since.&amp;nbsp; Any alternatives out there?&amp;nbsp; We have been doing screen-level integration and I can&amp;#39;t tolerate it any more for obvious reasons...&lt;/p&gt;</description></item><item><title>Adding lines to an existing receipt</title><link>http://vstoolsforum.com/forums/p/753/1917.aspx#1917</link><pubDate>Wed, 24 Jun 2009 18:05:02 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:1917</guid><dc:creator>dev</dc:creator><description>&lt;p&gt;Is there a way to insert line items&amp;nbsp;via taPopRcptLineInsert onto an existing receipt?&amp;nbsp; When I try to feed it the desired existing &lt;font size="2"&gt;POPRCTNM, I get the error &amp;#39;Input variable contains&amp;nbsp;a duplicate&amp;nbsp;document (POPRCTNM)&amp;quot;.&amp;nbsp; It works of course if I leave the POPRCTNM field empty, but it places each separate transaction on its own receipt and I would like to manage the receipts better than that.&amp;nbsp; Any ideas?&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Taxes not being caclulated during POPTransactionType integration</title><link>http://vstoolsforum.com/forums/p/751/1907.aspx#1907</link><pubDate>Tue, 23 Jun 2009 14:21:22 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:1907</guid><dc:creator>MaxBV</dc:creator><description>&lt;pre&gt;We are developing a PO integration with Non-Inventory items into GP10 using eConnect 10.

Microsoft Dynamics GP\Tools\Setup\Purchasing\Purchase Order Processing\Options.. configuration has
Tax Calculation: Advanced
Tax Options: Base on vendor for Non-inventory items, Freight and Misc

The sample integration XML looks like:

&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&amp;lt;eConnect xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xsi:noNamespaceSchemaLocation=&amp;quot;eConnect.xsd&amp;quot;&amp;gt;
  &amp;lt;POPTransactionType&amp;gt;
    &amp;lt;taPoLine_Items&amp;gt;
      &amp;lt;taPoLine&amp;gt;
        &amp;lt;PONUMBER&amp;gt;0014281&amp;lt;/PONUMBER&amp;gt;
        &amp;lt;VENDORID&amp;gt;VEN1&amp;lt;/VENDORID&amp;gt;
        &amp;lt;LOCNCODE&amp;gt;MAIN&amp;lt;/LOCNCODE&amp;gt;
        &amp;lt;ITEMNMBR&amp;gt;ITM1&amp;lt;/ITEMNMBR&amp;gt;
        &amp;lt;QUANTITY&amp;gt;3.00&amp;lt;/QUANTITY&amp;gt;
        &amp;lt;PRMDATE/&amp;gt;
        &amp;lt;NONINVEN&amp;gt;1&amp;lt;/NONINVEN&amp;gt;
        &amp;lt;InventoryAccount&amp;gt;0010-0000-1220  -000&amp;lt;/InventoryAccount&amp;gt;
        &amp;lt;ITEMDESC&amp;gt;ITM1 DESC&amp;lt;/ITEMDESC&amp;gt;
        &amp;lt;UNITCOST&amp;gt;123.45&amp;lt;/UNITCOST&amp;gt;
        &amp;lt;UOFM&amp;gt;Each&amp;lt;/UOFM&amp;gt;
        &amp;lt;Purchase_IV_Item_Taxable&amp;gt;3&amp;lt;/Purchase_IV_Item_Taxable&amp;gt;
        &amp;lt;Purchase_Site_Tax_Schedu&amp;gt;PURCH&amp;lt;/Purchase_Site_Tax_Schedu&amp;gt;
        &amp;lt;ORD&amp;gt;16384&amp;lt;/ORD&amp;gt;
        &amp;lt;NOTETEXT/&amp;gt;
       &amp;lt;CURNCYID&amp;gt;CAD&amp;lt;/CURNCYID&amp;gt;
      &amp;lt;/taPoLine&amp;gt;
    &amp;lt;/taPoLine_Items&amp;gt;
    &amp;lt;taPoHdr&amp;gt;
      &amp;lt;PONUMBER&amp;gt;0014281&amp;lt;/PONUMBER&amp;gt;
      &amp;lt;VENDORID&amp;gt;VEN1&amp;lt;/VENDORID&amp;gt;
      &amp;lt;VENDNAME&amp;gt;VEN1 NAME&amp;lt;/VENDNAME&amp;gt;
      &amp;lt;DOCDATE&amp;gt;2009-06-17&amp;lt;/DOCDATE&amp;gt;
      &amp;lt;TAXSCHID&amp;gt;PURCH&amp;lt;/TAXSCHID&amp;gt;
      &amp;lt;Purchase_Freight_Taxable&amp;gt;3&amp;lt;/Purchase_Freight_Taxable&amp;gt;
      &amp;lt;Purchase_Misc_Taxable&amp;gt;3&amp;lt;/Purchase_Misc_Taxable&amp;gt;
      &amp;lt;FRTSCHID&amp;gt;PURCH&amp;lt;/FRTSCHID&amp;gt;
      &amp;lt;MSCSCHID&amp;gt;PURCH&amp;lt;/MSCSCHID&amp;gt;
      &amp;lt;CURNCYID&amp;gt;CAD&amp;lt;/CURNCYID&amp;gt;
      &amp;lt;NOTETEXT&amp;gt;TEXT&amp;lt;/NOTETEXT&amp;gt;
    &amp;lt;/taPoHdr&amp;gt;
  &amp;lt;/POPTransactionType&amp;gt;
&amp;lt;/eConnect&amp;gt;

Vendor &amp;quot;VEN1&amp;quot; has TaxScheduleID=&amp;quot;PURCH&amp;quot;
Vendor &amp;quot;VEN1&amp;quot; has Purchase address, which has TaxScheduleID=&amp;quot;PURCH&amp;quot;
SiteID &amp;quot;MAIN&amp;quot; has TaxScheduleID=&amp;quot;PURCH&amp;quot;

TaxScheduleID &amp;quot;PURCH&amp;quot; has GST in it, so it&amp;#39; 5%

eConnect 10 creates PO with PO lines no problem. However when I open PO in GP10 client header tax amount nor details tax amount are &lt;/pre&gt;&lt;pre&gt;calculated. When I change quantity or cost or Cut/Copy back TaxScheduleID in PO using GP10 client detail taxes get calculated on focus leave &lt;/pre&gt;&lt;pre&gt;from the editbox control.

It feels like the tax calculation engine is not being invoked by eConnect 10, because POP10100.TXENGCLD=0 for the integrated PO header.

What am I doing wrong that taxes don&amp;#39;t get calculated during the integration? Is there a way to invoke or force tax re-calculation via eConnect 10?

Please advise me what to do.
&lt;/pre&gt;</description></item></channel></rss>