RFIDStatus::find Method
Selects the specified RFIDStatus record if it exists.
Syntax
client server public static RFIDStatus find([boolean update])
Run On
ClientOrServer
Parameters
- update
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: RFIDStatus Table
An RFIDStatus record.
Remarks
If the record does not exist, it will be created.