JobCustomerTemporalIDBean
From
(Difference between revisions)
m |
Latest revision as of 03:33, 29 April 2005
[edit] Description
This bean is an extension of the JobTemporalIDBean. It contains the same data which uniquely identifies a job, and additional fields indicating the primary key of the customer associated with the job, and the update index of that customer record.
[edit] Fields
The data fields of this object are identical to the fields of JobTemporalIDBean, with the following additional fields.
Name | Type | Description |
---|---|---|
CustomerPK | String | The primary key of the newly created or updated customer record. |
CustomerUpdateIndex | int | The update index of the customer record. |