Menu

address

Address (1)
Adam Tauno Williams

[Model]

Address

Address is a second-class proper entity that represents the postal / physical delivery address related to a [Contact] or [Enterprise]

Changes

In OpenGroupware Legacy the "district" property was added as of revision 2276 (2009-09-14) of v5.5; previous versions do not have a district attribute in address. All versions of OpenGroupware Coils support the "district" property.

Properties

Name Type Description
object_id Integer (objectId)

Omphalos

The "companyObjectId" is the objectId of the [Contact] or [Enterprise] to which the address is related.

Attribute Legacy Level Data Type Write Description
objectId NO 0 integer (objectId) NO

Flags

Flag ACL Char. Description
n/a

Example

{'city': 'Grand Rapids',
 'companyObjectId': 10200,
 'country': 'USA',
 'district': '',
 'entityName': 'address',
 'name1': 'Herbatkin Transport',
 'name2': 'CIS/IT Dept.',
 'name3': '',
 'objectId': 10250,
 'state': 'MI',
 'street': '1825 Fulton NW',
 'type': 'location',
 'zip': '49505'}

Related

Wiki: Model

MongoDB Logo MongoDB