Upload costcentre to Exact Online

I am looking for an example for direct creation of cost units / cost centres from within Excel into Exact Online. It concerns solely code and description.

You can find a sample in the knowledge base at Maintain Cost Units from Excel using Invantive Control blocks using flexible blocks and an Excel entry form.
The approach works for all other Exact Online tables that support insert and update. The approach also works for other platforms such as visma.net.

You can also use Invantive SQL statements such as “insert into uploadxmltopics” or:

insert into exactonlinerest..costunits
(code, description) 
values 
('x', 'y')

There is currently no built-in Excel function to upload cost units into Exact Online.

Deze vraag is automatisch gesloten na tenminste 2 weken inactiviteit nadat een mogelijk passend antwoord is gegeven. Het laatste gegeven antwoord is gemarkeerd als oplossing.

Gelieve een nieuwe vraag te stellen via een apart topic als het probleem opnieuw optreedt. Gelieve in de nieuwe vraag een link naar dit topic op te nemen door de URL er van in de tekst te plakken.