iloc_SetDetailSimple
Fills the Setup DCO from Runtime Data file.
Syntax
bool iloc_SetDetailSimple (sDetailName)
Parameters
The detail Datacap Object (DCO) Type.Returns
False if called at the wrong level, if the DCO node cannot be found, if the fingerprint ID is not found, or if the setup DCO cannot be saved. Otherwise, True.Level
Page level.Details
This action fills the Setup DCO from Runtime Data file.- Example
SetFingerprint("@P\Vendor") iloc_SetZones() iloc_SetDetailSimple("Details") IncrementBatchVar("Intellocate Fingerprint")