Share via


xRecord.skipAosValidation Method

Definition

Overloads

skipAosValidation()

Gets and sets the property that indicates whether to skip validation of Finance and Operations Application Object Server (AOS).

skipAosValidation(Boolean)

skipAosValidation()

Gets and sets the property that indicates whether to skip validation of Finance and Operations Application Object Server (AOS).

public:
 virtual bool skipAosValidation();
public virtual bool skipAosValidation ();
abstract member skipAosValidation : unit -> bool
override this.skipAosValidation : unit -> bool
Public Overridable Function skipAosValidation () As Boolean

Returns

true if AOS validation should be skipped; otherwise, false.

Remarks

If an attacker can control input to the skipAosValidation method, a security risk exists. Therefore, this method runs under Code Access Security. Calls to this method on the server require permission from the SkipAOSValidationPermission class. Make sure that the user has development user rights by setting the security key to SysDevelopment on the control that calls this method.

Applies to

skipAosValidation(Boolean)

public:
 virtual bool skipAosValidation(bool _newValue);
public virtual bool skipAosValidation (bool _newValue);
abstract member skipAosValidation : bool -> bool
override this.skipAosValidation : bool -> bool
Public Overridable Function skipAosValidation (_newValue As Boolean) As Boolean

Parameters

_newValue
Boolean

A Boolean value that indicates whether to skip AOS validation.

Returns

Applies to