OpenGroupware Coils Wiki
Status: Beta
Brought to you by:
whitemice
Address is a second-class proper entity that represents the postal / physical delivery address related to a [Contact] or [Enterprise]
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.
| Name | Type | Description |
|---|---|---|
| object_id | Integer (objectId) |
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 |
| Flag | ACL Char. | Description |
|---|---|---|
| n/a |
{'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'}