Loads a record from the database using the External Id.

If the External Id 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.

Syntax

finClient.LoadWebUserId(webUserId, [forceRefresh])

Parameters

NameTypeOptionalByRefDescription
webUserId String The Web User Id 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.

Return Value

Boolean

A Boolean value indicating success.

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