CompanyOwnership__c
Label: Company Ownership Stores information about a company's ownership structure.
CompanyName__c |
Company |
Pre-Spring 2018 |
Formula: If(ExternalCompany__c != null, ExternalCompany__c , InternalCompany__r.Name)
|
Text |
|
Company__c |
Company |
Pre-Spring 2018 |
Looks up to: codaCompany__c
|
MasterDetail |
|
ExternalCompany__c |
External Company |
Pre-Spring 2018 |
|
Text(80) |
|
InternalCompany__c |
Internal Company |
Pre-Spring 2018 |
Looks up to: codaCompany__c
|
Lookup |
|
Internal__c |
Internal |
Pre-Spring 2018 |
Formula: InternalCompany__c != null
|
Checkbox |
|
PercentageOwnership__c |
Ownership (%) |
Pre-Spring 2018 |
|
Percent(3,0) |
|
|