Gerard_La Foneria Accessing into "ontology area" we can do some changes of every field.
Important note!
If you change the ontology by your own in a common tld as isad
, you will can not update the ontology with the common changes anymore, because if you update it with the common definition your local changes will loose.
Therefore, you will need to get a choose:
- Follow the common definition and make a proposal changes that the community has to approve and implement.
- Go by your own, and maintain the changes by yourself and not update the changed tld with common ontology definition anymore.
Answering your question.
If you create a section link with other section as «Entities» rsc106 you also need to link with any component, as the field name rsc116 to be showed into the portal. If not, you will not see anything in the caller.
Gerard_La Foneria Doing the same in Archives/ Relations/ Father because we want to link this field to thesaurus, does not changes anything. It depends on Model or we're doing something wrong?
component_relation_parent
has not data, so the unique posible relation is with the component_relation_children
that has the locators used to create the hierarchy, this relation is necessary to interpreted operations using the component_relation_parent
as import data that will be transformed and saved into component_relation_children
. Therefore, component_relation_parent
must be linked to component_relation_children
in a mandatory way.
If you want to create a portal to get some thesaurus into the record you can create new node with model component_autocomplete_hi
and linked it to the thesaurus that you want to use. You can see some examples into the ontology searching by component_autocomplete_hi
model.
for ex: Location(Ubication)isad68 that make a connection with the ubication1
{
"source": {
"mode": "tree",
"request_config": [
{
"sqo": {
"section_tipo": [
{
"value": [
"ubication1"
],
"source": "section"
}
]
},
"show": {
"ddo_map": [
{
"tipo": "hierarchy25",
"parent": "self",
"section_tipo": "self",
"value_with_parents": true
}
],
"fields_separator": ", "
}
}
]
}
}
Best