Adds a single Date entry into ISUserData.

Syntax

finUserDataFunctions.AddDate(sourceType, sourcePk, key, value, userDataPk, [timestamp], [updateIfRecordExists])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finUserDataFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0