Activities XML Schema
ws_activity_e Complex Type
Description
This is the schema used to display all data elements for one Activity.
Namespace urn:CoreOne.Activities
Diagram
comments Element updating_person_id Element updating_status Element next_update_by Element updating_date Element activity_id Element id Element Sequence activity_updates Element active Element comments Element end_date Element latest_update_date Element owner_id Element activity_type Element complete_by Element start_date Element case_number Element entity_id Element entity_type Element id Element Sequence ws_activity_e Complex Type
Overview
ws_activity_e
This is the schema used to display all data elements for one Activity.
Sequence
id :int
This is an internal CoreOne id used to uniquely identify the specified Activity record.
entity_type :int
This is the type of entity that the Activity belongs to.
entity_id :int
This is an internal CoreOne id used to uniquely identify the record in which the specified Activity belongs to.
case_number :string
This is the case number used for the specified Activity.
start_date :date
This is the date in which the activity was commenced.
complete_by :date
This is the date in which the specified Activity must be completed by.
activity_type :int
This is a Lookup from the Lookups table "Activity Type". It is the type the specified Activity is.
owner_id :int
This is an internal CoreOne Person id. This is the person responsible for the specified Activity.
latest_update_date :date
This is the date in which the latest update for the specified Activity took place.
end_date :date
This is the date in which the Activity was ended (if applicable).
comments :string
These are any comments or remarks that have been made about any element within the specified Activity record.
active :boolean
This is a boolean value which flags whether the specified Activity record is currently active or inactive.
activity_updates 0..∞ ws_activity_update Complex Type
These are the details for any associated activity updates for the specified activity,
Sequence
id :int
This is an internal CoreOne id used to uniquely identify the specified Activity Update record.
activity_id :int
This is an internal CoreOne Activity id used as a foreign key to link the activity update to a Activity.
updating_date :date
This is the date in which the Activity Update was created.
next_update_by :date
This is the date in which the next Activity Update must be completed by.
updating_status :int
This is a Lookup value from the Lookups table for "ActivityStatus". This is the current status of the Activity Update.
updating_person_id :int
This is an internal CoreOne Person id. This is the person who created the Activity update.
comments :string
These are any comments or remarks that have been made about any element within the specified Activity Update record.
Source
See Also
Activities XML Schema

 

 


© 2014-2018 All Rights Reserved.

Send comments on this topic.