| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| sourceType | Integer | The ISUserData SourceType. | ||
| sourcePk | Integer | The ISUserData SourcePk. | ||
| key | String | The ISUserData Key. | ||
| value | Date | A Date value. | ||
| userDataPk | Integer | ByRef | The Pk of the added / updated ISUserData record. | |
| timestamp | Integer | Optional | If updating an existing record, the timestamp of the record being updated. Note: Not required if adding a new record, or specify -1 if the update should happen regardless. If omitted, a value of 0 is assumed. | |
| updateIfRecordExists | Boolean | Optional | Indicates if the record should be updated if the SourceType, SourcePk and Key combination already exist in the ISUserData table. If omitted, a value of True is assumed. |
A Boolean value indicating success.