ReadDCOSetup
Designates the file name of the document hierarchy.
Member of namespace:
MC_IdentifySyntax:
bool ReadDCOSetup (StrParam)
Parameters
A comma-separated string value that is made up of a smart parameter that designates the file name of the document hierarchy followed by a variable name that indicates the position of the fingerprint. The file name is usually the application ID with an .xml extension. For example, HCFA.xml is name of document hierarchy file of the HCFA application. POS 1052 specifies a previously assembled HCFA-1500 fingerprint with details of the form's Field IDs, locations, and data types. For use with the Application Service, the syntax of the first parameter changes to include the smart parameter that points to the Setup DCO. For example, it uses @APPPATH(setupdco) instead of HCFA.xml.Returns
False, if the document hierarchy is not found. Otherwise, True.Level
All levels, but usually the Batch level.Details
- Example:
ReadDCOSetup(HFCA.xml,POS 1052)For use with the Application Manager with the @APPPATH smart parameter to locate the Setup DCO:ReadDCOSetup(@APPPATH(setupdco),POS 1052)This action is used with almost every other MC_Identify action.