[This is preliminary documentation and is subject to change.]

Namespace:  CWR.MSCRM.Mobile.Client.BL
Assembly:  CWR.MSCRM.Mobile.Client.BL (in CWR.MSCRM.Mobile.Client.BL.dll)
Version: 4.0.0.7

Syntax

C#
public override void UpdateEntity(
	DynamicEntity entity,
	ExecutionOptions executionOptions
)
Visual Basic (Declaration)
Public Overrides Sub UpdateEntity ( _
	entity As DynamicEntity, _
	executionOptions As ExecutionOptions _
)

Parameters

entity
Type: DynamicEntity
DynamicEntity object containing the properties to update.
executionOptions
Type: CWR.MSCRM.Mobile.Client.Helpers..::.ExecutionOptions
ExecutionOptions object containing the options on how to execute this method.

Remarks

Generates the contact's Full Name based on the Fullname Convention Code in the organization settings.

Exceptions

ExceptionCondition
CWR.MSCRM.Mobile.Client.Helpers.Exceptions..::.CalloutExceptionThrows a CalloutException when the PreUpdate(CalloutEntityContext, DynamicEntity, String%) callout returns Abort.
CWR.MSCRM.Mobile.Client.Helpers.Exceptions..::.SyncExceptionThrows a SyncException when the server throws a SoapException or an unexpected exception during the execution of the Update process.

See Also