Exporting a list of Companies | Community
Skip to main content
jtesmerapqc
Level 2
October 28, 2021
Solved

Exporting a list of Companies

  • October 28, 2021
  • 1 reply
  • 2368 views

Is there a way to export a list of companies in my instance? I don't see a bulk export for company objects as I do for leads and custom objects. 

I'm trying to ensure consistency between systems and as of right now I don't have a way to export from Marketo what it knows about companies.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Unless you’re deliberately using the Companies API to manage unique Company IDs (externalCompanyID) you don’t have a first-class store of companies in any case.

 

The Company field revealed via a lead export is essentially  a flat field, and you can dedupe on it to get the (current) list of values.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
October 28, 2021

Unless you’re deliberately using the Companies API to manage unique Company IDs (externalCompanyID) you don’t have a first-class store of companies in any case.

 

The Company field revealed via a lead export is essentially  a flat field, and you can dedupe on it to get the (current) list of values.

jtesmerapqc
Level 2
October 29, 2021

Solid, I didn't think of that. Then I can use the list of external company ID's to pull them in batches. Got it.