Share via


xRecord.aosValidateInsert Method

Definition

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

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

Returns

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

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to