DeleteFieldDevice
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Marks a | + | Marks a field device as deleted. |
== Parameters == | == Parameters == | ||
Line 17: | Line 17: | ||
|String | |String | ||
|fieldDevicePK | |fieldDevicePK | ||
− | |The | + | |The EService (or Timecard) primary key of the field device to be deleted. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|int | |int |
Latest revision as of 21:10, 9 November 2005
Contents |
[edit] Method
DeleteFieldDeviceResult deleteFieldDevice(UserIDBean userID, String fieldDevicePK, int updateIndex)
[edit] Description
Marks a field device as deleted.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | fieldDevicePK | The EService (or Timecard) primary key of the field device to be deleted. |
int | updateIndex | The current update index of the field device record. |