Related Posts
  • Forum Post: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Master number in sopentry

    Whats an 'FO'. Consider the following: Will the master number not default? Why not just accept the default? If its a new transaction then you get a new Master Number, if its an existing transaction being modified / updated / moved along, then the existing master number will default and should...
  • Forum Post: Re: Re: Re: What is eConnect 10.0 ?

    HI, I can't answer that. Do you have integrations into GP that need to be developed? Have you third party systems you want to send data to GP? If you are technically / programmer minded, you can read the manuals for eConnect and see can you get started. Otherwise you will be looking at contracting...
  • Forum Post: Re: Re: Re: Re: Re: What is eConnect 10.0 ?

    Hi, again, not sure I can help just now. Do you have integrations to do? What kinds of data do you want to integrate (SOP transations, GL journals, Cash Receipts etc.)? Hw often do you want to run these integrations? What quantity of data will be in each integration? What systems is the data coming from...
  • Forum Post: Re: eConnect RMtransaction

    Hi, what versions GP and eConnect? Some things you can try...let us know the answers. Are any other RM transactions going in successfully? If so, are any of these using the same currency as the failing transaction? Can you add the failing transaction manually? Has the company got...
  • Forum Post: Econnect for SAP

    Hi , I need some help regarding 1. Does Econnect Supports Integration to GP both ways (Importing and Exporting Data). Right now i am able to import data to GP. 2. Does Econnect Integration works with SAP (just like GP).
  • Forum Post: Re: Econnect 10: Ambiguous column name 'Cash_Receipt!2!RMDTYPAL!element'.

    The cause is the duplication of “ RMDTYPAL ” value of DOCTYPE “ Cash_Receipt ” in “ INDEX1, DATA16 ” columns in “ econnect_out_setup ” table. A safe approach is to create a new type with no columns duplication. New doc type “ Cash_Receipt_G...
  • Forum Post: Strange GP lockups

    I have been profiling sql server because a customer is having lockup issues. I noticed the strangest thing. Before the lockups, I notice a blocked query in sql. Many times it is a select from the dynamics ecconect error description table as head blocker, with the next query being blocked is a DDL create...
  • Forum Post: GP Extension Methods

    I have created a small GP extension library to monitor the “Created” business object events. I have followed MSDN "HOW TO’s" exactly, but I still cannot get any feedback from the library I had setup (i placed log entries for when hit)… Below is my code and the BusinessObject...