GetJobsBySynchronisation
From
(Difference between revisions)
(→Parameters) |
(→Parameters) |
||
Line 22: | Line 22: | ||
|String | |String | ||
|synchronisationReference | |synchronisationReference | ||
− | |The ID of the job record that has been synchronised in the external record. | + | |The ID of the job record (that has been synchronised) in the external record. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|String | |String |
Revision as of 21:12, 3 January 2006
Contents |
Method
GetJobsBySynchronisationResult getJobsBySynchronisation(UserIDBean userID, String synchronisationID, String synchronisationReference, String afterPK)
Description
Get a customer, specified by the customer's Account ID, retrieved from the customer synchronisation table. If the last parameter, i.e. afterPK, is not null, the customer retrieved must have a Primary Key greater than the afterPK.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | synchronisationID | The ID of the organisation to which the job record(s) have been synchronised to. It is usually the name of the organisation. |
String | synchronisationReference | The ID of the job record (that has been synchronised) in the external record. |
String | afterPK | The lower bound of the PK of the job that can be retrieved. |