CustomerPKMismatchFailure
From
(Difference between revisions)
m (→Fields) |
|||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|JobBeanCustomerPK | |JobBeanCustomerPK | ||
|String | |String | ||
+ | |9 | ||
|The Primary key stored in the [[JobBean]]. | |The Primary key stored in the [[JobBean]]. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|CustomerBeanCustomerPK | |CustomerBeanCustomerPK | ||
|String | |String | ||
+ | |9 | ||
|The Primary key stored in the [[CustomerBean]]. | |The Primary key stored in the [[CustomerBean]]. | ||
|} | |} |
Latest revision as of 21:45, 30 August 2005
[edit] Description
This failure is returned when the Customer primary key stored in the job details section of a JobCustomerBean does not match the primary key stored in the CustomerBean of the JobCustomerBean.
[edit] Fields
The data fields of this object.
Name | Type | Size | Description |
---|---|---|---|
JobBeanCustomerPK | String | 9 | The Primary key stored in the JobBean. |
CustomerBeanCustomerPK | String | 9 | The Primary key stored in the CustomerBean. |