Description
Read-only. Specifies if the zone in the QuickApp profile is hidden in the profile or AnyApp memory. This is only available during Verification.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.IsAlgorithmFieldHidden
Parameters
Object is a reference to the Zone object. For more information, see Zone Object (page Zone Object).
IsAlgorithmFieldHidden is the command.
Example
If zZipCode.IsAlgorithmFieldHidden then
MsgBox “Zip Code is not available in the current QuickApp Profile”
End if