Data Model > Data Dictionary > G > Geo Entity
Geo Entity
Object which stores geographical details like country, state, city and zip.
API Label: SVMXC__SM_GeoEntity__c
No. of Fields: 9
Field Label
Field Name
Data Type
Description
Custom Fields
City
SVMXC__SM_City__c
Text(100)
Field stores city name
Country
SVMXC__SM_Country__c
Picklist
Field stores country name
Country Code
SVMXC__SM_CountryCode__c
Text(100)
Field to store the country code
Entity Type
SVMXC__SM_EntityType__c
Formula
Field to store the level of geographical information storing in geo entity record like country, state, city, zip information.
Is Active
SVMXC__SM_IsActive__c
Boolean
Field represents whether entity is active or not
State
SVMXC__SM_State__c
Text(100)
Field stores State name
State Code
SVMXC__SM_StateCode__c
Text(100)
Field stores state code
Unique Id
SVMXC__SM_UniqueId__c
Text(225) (External ID) (Unique Case Sensitive)
Field to store the unique identity of country, state and city.
Zip
SVMXC__SM_Zip__c
Text(100)
Field stores zip details
Was this helpful?