If the primary key is the same as the current object and the object has not been modified (ie. IsDirty is False) then the record will not be reloaded from the database unless ForceRefresh is True.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| pk | Integer | The primary key of the record to load. | ||
| forceRefresh | Boolean | Optional | Indicates that this record should always be loaded from the database. If omitted, a value of False is assumed. |
A Boolean value indicating success.