GetResourcesBySynchronisation
From
(Difference between revisions)
(→Description) |
(→Parameters) |
||
Line 17: | Line 17: | ||
|String | |String | ||
|synchronisationID | |synchronisationID | ||
− | |The ID of the organisation to which the | + | |The ID of the organisation to which the resource record(s) have been synchronised to. It is usually the name of the organisation. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|String | |String | ||
|synchronisationReference | |synchronisationReference | ||
− | |The ID of the | + | |The ID of the resource record (that has been synchronised) in the external record, i.e. accounting package's Account ID. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|String | |String | ||
|afterPK | |afterPK | ||
− | |The lower bound of the PK of the | + | |The lower bound of the PK of the resource record(s) that can be retrieved. |
|} | |} | ||
== Return Value == | == Return Value == | ||
[[GetCustomersBySynchronisationResult]] | [[GetCustomersBySynchronisationResult]] |
Revision as of 21:53, 3 January 2006
Contents |
Method
GetResourcesBySynchronisationResult getResourcesBySynchronisation(UserIDBean userID, String synchronisationID, String synchronisationReference, String afterPK)
Description
Retrieve the resource(s), specified by the ID of the resource(s) in the external application data to which they are synchronised to, from the resource synchronisation table. If the last parameter, i.e. afterPK, is not null, the resource record(s) 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 resource record(s) have been synchronised to. It is usually the name of the organisation. |
String | synchronisationReference | The ID of the resource record (that has been synchronised) in the external record, i.e. accounting package's Account ID. |
String | afterPK | The lower bound of the PK of the resource record(s) that can be retrieved. |