Orderlines belonging to retrieved handles from Order_GetAllCurrent
Hi I am stuck with a little simple problem. I am retrieveing the order handles with Order_GetAllCurrent. How do I get the corrosponding order lines handles belonging to the order handle. The closest...
View Articlechange in XML pulled from economic
Hi, I am getting XML invoice from economic account. I am getting<com:BuyerParty><com:ID schemeID="e-conomic.com/regdeb">Test Customer/deb/1025</com:ID><com:PartyName> I want...
View ArticleAnswered: How to identify an invoice after it has been booked?
Hi, Yes, the recommended way of tracking an invoice all the way through is via storing a unique ID in OtherReference. As you mention, CurrentInvoice_FindByOtherReference is available, as is...
View ArticleAnswered: How to find booked entries?
Hi, 1. When booked, CashBookEntry's become Entry's. These can then be retrieved via either the Account or Entry interfaces. 2. It is indeed - at least as far as the supplier-part of the entries go,...
View ArticleChange in XML invoice
I am getting XML invoice from economic account. I am getting <com:BuyerParty><com:ID schemeID="e-conomic.com/regdeb">Test Customer/deb/1025</com:ID><com:PartyName> I want CVR...
View Article5 Ways You Can Eliminate 1 Out Of Your Business
Know a value - The key to anylucrative sale or negotiation is to know your value to the client. What is the benefit to them for getting from you? How will they turn this purchase into profit? How is...
View Articlesimilar module to SAP Cloud for Travel and Expense
is there any similar modules to SAP Cloud for Travel and Expense for e-conomic ?
View ArticleQuotationLine - SetInventoryLocation
Hi. I need to set the InventoryLocation in a quotation line, but I can't seem t figure out how to do it. I use the following code (VB Net): dim ecoQuotationLine as...
View ArticleAnswered: QuotationLine - SetInventoryLocation
Hi Jesper, The "Set" prefix is internally in SOAP - using our .NET assembly, what you'd do is something like this (and assuming you've retrieved the inventory location you need into a variable called...
View ArticleSubscriber_GetAll returns corrupted data
Hey, I have problem when using Subscriber_GetAll(). I am invoking it through php code. Up until now everything seemed well. However, the function returns subscribers which are not appearing under...
View Articleproduct name missing
I have the following invoice draft: with the productname "TESTING VARENAVN" when i GET that invoice line (https://restapi.e-conomic.com/invoices/drafts/XX/lines/1) i get: { "discountPercentage":...
View ArticleAnswered: Get Totalintervals Issue
After speaking with support, you have to send through the SumIntervalHandles that you receive back from Account_GetSumIntervals, to SumInterval_GetDataArray, which should then provide the range....
View ArticleDelivery Note API
Is it possible to get information about deliverynote through the API. On the delivery note i e-conomic, there is a reference to the order number. Are there any references from the order/invoice to the...
View Articlee-conomic max length and field types documentation
Is there any way to have a list of fields and their types / limitations - max length, types (string/int) etc just to set proper remote system forms fields validation?
View ArticleAnswered: Can I learn about web development without going colleges ?
As other users said, you can get by without college. Although I think college would be a better option, but we don't always have all options available. But there's still others. I learnt enough HTML...
View Article40 second delay when instantiating EconomicWebService
I am experiencing a 40 second delay when instantiating the EconomicWebService object like this: var client = new EconomicWebService { CookieContainer = new CookieContainer() }; I have created a proxy...
View ArticleAnswered: e-conomic max length and field types documentation
Type description can be found from documentation, but length constraints are totally missing, only chance is try-and-error, which is a pain in the (beep) having > 70 installations using e-conomic...
View Articlehow can i find all invoice handle from customer ean no?
how can i find all invoice/invoice handles from customer ean no? Is there a method availble to do this?
View ArticleAnswered: Is there any way to associate multiple product group to single product
Hi, No, you can't do that. Product groups aren't simply categories, but also govern e.g. how sales of a product are booked. As such, assigning a product to multiple groups would cause all sorts of...
View ArticleAnswered: How do I find all unpaid invoices for a given debtor?
Hi, Debtor_GetOpenEntries will get you all entries (invoices, credit notes, payments and refunds) that aren't fully matched against other entries. Alternatively, after retrieving the invoices, you can...
View Article