User wibergs
Activity by wibergs
Score: | 2,100 points (ranked #57) |
Questions: | 6 (1 with best answer chosen) |
Answers: | 2 |
Comments: | 0 |
Voted on: | 0 posts, 0 answers |
Gave out: | 0 up votes, 0 down votes |
Received: | 0 up votes, 0 down votes |
Recent activity by wibergs
0
0
answers
175
views
I have this function that fetches ALL invoice by e-connomic, but eventually it goes too slow. Is there anyone who can help me to do a search on invoice where reminders = 0, to make the search faster. My code now: ...
0
1
answer
758
view
I have this code, but the UnitHandle and IsAccessible is not uppdating in e-conomic, what am I doing wrong? $productHandle = $this->client->Product_Create(array( 'number' => $row['vare_id'], 'productGroupHandle' => $productGroupHandle, 'name' => utf8_encode($row['varenavn']), 'UnitHandle' => array('Number'=>1), 'IsAccessible' => true ))->Product_CreateResult; PLS Help :-) ...
0
1
answer
857
view
Hejsa, kan du hjælpe mig med et PHP eksempel på ConnectAsAdministrator? MVH Henrik
0
1
answer
840
view
When I create a product via the API, I would like to have the product accible/open and also select the unit, but where do I find these options.
0
3
answers
184
views
Hej, jeg har altid forbundet min webløsning med e-conomic, med følgende kode: try { $client = new SoapClient(https://www.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL, array(trace = 1, exceptions = 1)); $client-Connect(array( 'agreementNumber' = XXXXXXX, ... mener jeg har noget forkert kode, men jeg har jo intet ændret, ...
0
1
answer
56
view
Hvad betyder flg. fejl: Economic.Api.Exceptions.ServerException(E00000): An internal error has occurred. {id=947356474} Det er denne kode der giver problemet: if($row['faktura_notat'] != ) $notatet = htmlspecialchars(trim($row[faktura_notat])); $this-client-CurrentInvoice_SetTextLine1(array('currentInvoiceLineHandle' = $CurrentInvoiceLineHandle, 'value' = $notatet)); MVH Henrik
Network
Find all the documentation and resources you need to build great apps.
Go to Developer site
Newsletter
Get the latest news and important info from the e-conomic developer world.
Sign up now