Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

Disabling Validations

Disabling Validations

Disable validations for a project in the IntelliScrip editor. You can disable a single validation type, multiple validation types, or disable all level 2 validations. The project doesn't run validations that you disable.
  1. Open the main script that runs the project in the IntelliScript editor.
    For example, to disable validations for the HIPPA version 5010A1 parser, open the project
    HIPPA_5010A1_Main_Parser_CMLIBHIX.tgp
    .
  2. To disable specific validation types, perform the following tasks:
    1. Based on the type of validations to disable, expand the
      type1Validation
      group, the
      type2Validation
      group, or both.
    2. On the line of the validation type, right-click
      ValidateValue
      and select
      Disable
      . Disable as many validations as required.
      The following image shows how you disable the validation of delimiters in the
      type1Validation
      group:
    The project doesn't run the validation types you disabled.
  3. To disable all level 2 validations, expand
    L2_Validation
    , right-click
    value
    , and enter
    false
    .
    The following images shows a project where level 2 validations are disabled:
    The project doesn't run level 2 validations.

0 COMMENTS

We’d like to hear from you!