Invenias Power BI: Company External ID View
The Company External Id view is a supporting view used to return the external ids for a Company entity.
External ID’s are typically used by 3rd party API integrations to identify records kept across multiple systems.
Columns
This view returns the following columns:
| Column Name | Column Type | Joins To | 
|---|---|---|
| CompanyId | Guid | CompanyView | 
| ExternalId1 | String | N/A | 
| ExternalId2 | String | N/A | 
| ExternalId3 | String | N/A | 
Was this helpful?