City__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Country_Id__c | MasterDetail(Country__c) | No | No | The Country that this City belongs to. |
| Display_Name__c | Text | No | No | The name of the City that will show on the website. If empty, Name will be shown instead. |
| State_Id__c | Lookup(State__c) | No | No | The State, Region, Territory or Province that this City belongs to. |
For more information about how or when to use the above, see our documentation.
Back to Documentation