Answered: API access with Internal Pro license
Hi, You cannot log 'directly' into an Internal Pro agreement, since that does not have any client/company user accounts. Instead, you must access it via an administrator user account - and log in using...
View ArticleAnswered: How can get detail of a particular order say if my order number 10245
IOrder order = session.Order.FindByNumber(10245); BR,
View ArticleCashBookEntry - foreign currency and exchange rates
Hi guys, I have two questions: 1. Is it possible to obtain exchange rates from E-conomic? 2. Is it possible to make E-conomic to use its exchange rates, while we create a CashBookEntry in the foreign...
View ArticleAnswered: Product name is not saved
even i am facing the same issue can any one help me out
View ArticleAnswered: Economic.Api.Exceptions.AuthenticationException(E02250): Not logged...
Id generated from Connect_Element method should be stored in a cookie and put it in a output headers.Code is here: eConomicComConnect.EconomicWebServiceSoap es = new...
View ArticleAnswered: Product Name Field on Inovice Line Item is empty when I am...
Hi, It sounds like you're setting the line's product reference only, and thus not explicitly setting the line's Description property. Typically, you'll want to set line.Description = product.Name Best...
View ArticleAnswered: User not found
Try changing the end point. https://api.e-conomic.com/secure/api1/EconomicWebService.asmx
View ArticleAnswered: Any news on availability of EAN-invoicing?
i would allso like an answer on this one.
View ArticleCurrentInvoiceLine_SetProduct issues
Please I need to see how to use that api. I have used rightly on my code and still it does not set the product cost to invoice cost and most importantly the product name on invoice. Is there a way...
View ArticleCreate FinanceVoucher by product number
Is there a way to simply create a CashBookEntry Financevoucher by giving product number and amount of the product sold? These two informations should suffice, given that the product price and so on is...
View Articleinvoice - order - freetext
We are sending data from our Simply platform to e-conomic in order to create invoice-draft. Works fine with product ID and price. But how can we send a freetext that overwrites the default product name...
View ArticleGucci Belt By Gucci 003 - $82.00 : Gucci ******, SITE_TAGLINE
gucci ****** online salegucci ****** online store [b][url=http://www.outletgucci.org/]gucci handbags[/url][/b] | [b][url=http://www.outletgucci.or
View ArticleAnswered: Storing a created pdf invoice on my server
I fixed this myself :) using the following simple snippet $filename = $invoiceNumber.'.pdf'; $pathToInvoice = $pathToInvoice.DS.$filename; if($pdfInvoice) { file_put_contents($pathToInvoice,...
View ArticleCustomer Discount Information using e-conomic API.
Hi I am a .net developer, I need to synchronize debtors data from e-conomic using .NET assembly(Economic.Api.dll). I am unable to find the discount information using the API. On the front end, this...
View ArticleGet Totalintervals Issue
Hi all, I've come across an account which has a range of TotalIntervals / SumIntervals under the 'Chart of accounts' on e-conomic. When I use the API to query Account_GetSumIntervals for this...
View ArticleAnswered: How does the authentication process work?
5. You point the user to that URL, with your public key and redirect URL (ie, the URL you want them to come back to). For...
View ArticleCookie is Null some Times
Hi All, I am connecting to E-conomic through API from Salesforce system, when I connect to Economic using Connect_Element the response is successfully giving the Connect_Result in all the calls I made...
View ArticleSize of Economic.Api.dll and Economic.Api.XmlSerializers.dll
I am trying to create an integration fra a system, where we can only load a dll of maxisium size of 8 GB. The system does not support that we put dll in the gac, so we need to merge the dlls with...
View ArticleCreating an existing debtor
What happen if I create a new debtor with an existing debtor number? $newDebtorHandle = $client->Debtor_Create(array( 'number' => $number, //existing number for...
View Article