Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the property that indicates whether to skip validation of Microsoft Dynamics AX Application Object Server (AOS).
Syntax
public boolean skipAosValidation([boolean newValue])
Run On
Called
Parameters
- newValue
Type: boolean
A Boolean value that indicates whether to skip AOS validation.
Return Value
Type: boolean
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.