OpenGroupware Coils Wiki
Status: Beta
Brought to you by:
whitemice
TBD
n/a
n/a
Name | Type | Description |
---|---|---|
object_id | Integer (objectId) |
Attribute | Legacy | Level | Data Type | Write | Description |
---|---|---|---|---|---|
objectId | NO | 0 | integer (objectId) | NO | |
entityName | YES | n/a | string | NO | |
taskObjectid | YES | n/a | integer (objectId) | NO | |
comment | YES | n/a | string | YES | |
action | YES | n/a | string | YES |
Flag | ACL Char. | Description |
---|---|---|
n/a |
task = rpc2_server.zogi.putObject({
'entityName': 'taskNotation',
'taskObjectId': task['objectId'],
'comment': 'Administrative archive; user account defunct',
'action': 'archive', }
)
Putting a taskNotation entity to the server via zOGI putObject make a comment on the [Task] and potentially changes it's status.