BioloMICS logo
×
BioloMICS menu

Modify O(Link) fields

 
The Ontology-Field contains a path describing a tree structure. It is saved as an array of record ID.
 
For example, in a geography table, imagine that Europe is record #2, Switzerland is record #30, the Geneva County is record #108, the city of Geneva is record #255 and the Ecolint of Geneva is record #2430.
 
In that case, the ontology field of Ecolint will contain path 0. 2.30.108.255.2430. The path always starts with the root value 0.
 
See XOField Class to find an example on how to move all records with name starting with 'Ecol' into the Ecolint branch.
 
See XOLinkField Class to find an example on how to use LoadTargetRecord to get values from linked field.