A postal/PIN code master row with its city (free-text city plus a cityPlaceId lookup to Place), state, region and country. Both Name and Code carry the code text and different services match different ones: lead branch-assignment resolves the lead's postal code against Code, while the nearby-branch search matches with a LIKE against Name - keep the two consistent. Child BranchPostalCode rows map each code to the branches that serve it, which is what postal-code driven assignment and branch search traverse.
Fields
| Field | Label | Type | Required | What it does |
City | City | PickList | | Values: Pune, Mumbai, Chandigarh. |
CityPlaceId | CityPlace | Guid | | |
Code | Code | Text | | Holds the postal code text and is the field lead branch-assignment matches against when resolving a lead's postal code. Name also carries the code (the nearby-branch search matches Name instead), so the two must stay consistent. |
Country | Country | Text | | Values: India. |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
Id | Id | Guid | Yes | |
LastModifiedById | LastModifiedBy | Guid | | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | | Carries the postal code text, duplicated with Code: the nearby-branch search LIKE-matches this field while lead branch-assignment matches Code. Filter on either, but keep both populated identically. |
OwnerId | Owner | Lookup → UserAccount | Yes | |
RecordTypeId | Record Type | Guid, hidden | | |
Region | Region | Text | | |
State | State | PickList | | Values: Maharashtra, Punjab. |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
New | New | New | New |