LoadCCOFromField

This action loads the DCO from a field object.

Syntax

bool LoadCCOFromField ()

Parameters

None

Returns

False if this action is not called on a field or if the CCO file does not exist. Otherwise, True.

Level

Field Level.

Details

The verify panels do not load the CCO into the scripting engine so this action accomplishes that task. This action is required for any invoice action that uses the CCO.

Example
LoadCCOFromField()
SetDynamicDetailZones("Zone Bottom,Notes")
ZoneBOTTOM_ImageBottom()
ScanDetails