Share via


xRecord.aosValidateUpdate Method

Definition

Validates on the server that the specified record can be updated.

public:
 virtual bool aosValidateUpdate();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool aosValidateUpdate ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member aosValidateUpdate : unit -> bool
override this.aosValidateUpdate : unit -> bool
Public Overridable Function aosValidateUpdate () As Boolean

Returns

true if the record can be updated; otherwise, false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to