Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Conditional Logic form allows you attach conditional logic to the import. This functionality is very flexible but also highly technical and will require the skills of technical personnel. Due to the complex nature of the capabilities of this functionality, this portion of the import will be reviewed by the customer and a PCR-360 programmer.

Conditional Logic Flags

Sometimes an import process needs to behave in a non-standard way due to special circumstances. To control this behavior, you can set flags in the import conditional logic. Usually the flags are boolean, but they could be other types.

...

The following is a list of the import conditional logic flags that are available in all import types:

[FLAGS_.IGNORE] default false

If set to true, this line of the input file will be ignored (skipped) by the import process. This replaces the Call Import specific method of setting the Call_Type to "Ignore" since this works with all import types. 

[FLAGS.FILENAME]

This is a read only field that contains the filename of the import file being imported.

...

There are other flags available in specific import types that are described in the specific import wiki pages.

User Defined Fields

User Defined Fields (UDFs) are handled through the Conditional Logic tab. Any UDFs have to be included in Conditional Logic in order to Import them into PCR-360.

...