Site Search:
Sign in | Join | Help

eConnect Project Entry Error

Last post 06-17-2008 8:46 AM by arvindpnr. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-17-2008 5:38 AM

    eConnect Project Entry Error

    Hi,

    which has to be used for project entry eConCall.eConnect_EntryPoint or eConCall.eConnect_Requester?

    Is there any example as we are getting System.Data.SqlClient.SqlException:System error. We tried both we are not able to validate the XML before we could validate this error is getting displayed.

     Can anyone help us on this?

    thanks

    Arvind

     

     

    • 220.227.66.222
  • 06-17-2008 8:46 AM In reply to

    Re: eConnect Project Entry Error

    Hi,

    Able to solve this problem, but even though we are keying in values its not getting generated in XML.

    Line Items

    objProjectLineItem.POPTYPE = 3;

    objProjectLineItem.POPRCTNM = strNextReceiptNumber;

    objProjectLineItem.ProjNum =
    "AMDG";

    objProjectLineItem.CostCatID = "PROFESSIONALFEE";

    objProjectLineItem.VENDORID = "GAR001";

    objProjectLineItem.QTYSHPPD = 1.00m;

    objProjectLineItem.QTYINVCD = 1.00m;

    objProjectLineItem.UNITCOST = 100; -- is not part of xml

    objProjectLineItem.EXTDCOST = 100; -- is not part of xml

    objProjectLineItem.NONINVEN = 1;

    objProjectLineItem.LOCNCODE =
    "def";

    objProjectLineItem.ITEMNMBR = "test";

    objProjectLineItem.VNDITNUM = "1";

     Header

    objtaPopRcptHdrInsert.POPTYPE = 3;

    objtaPopRcptHdrInsert.POPRCTNM = strNextReceiptNumber;

    objtaPopRcptHdrInsert.VNDDOCNM =
    "DOC10000";

    objtaPopRcptHdrInsert.receiptdate = "06/17/2008";

    objtaPopRcptHdrInsert.BACHNUMB = "ECONNECT";objtaPopRcptHdrInsert.VENDORID = "GAR001";

    objtaPopRcptHdrInsert.SUBTOTAL = 0.00m;

    objtaPopRcptHdrInsert.AUTOCOST = 0; -- set as manual but is shows as it is set to 1

    What could be other setting which we need to check for.

    Thanks

    Arvind 

     

     

    • 220.227.66.222
Page 1 of 1 (2 items)