Data field related to many
Create data field related to an entity with multiple values⚓
Concept⚓
Instruction "related to many" allow you to add link a field to an existing entity and to create de drop-down list for multiple selection.
The target entity has to exist before.
You can define which field must be displayed in the drop-down list with keyword "using" (by default ID of target entity is displayed)
ExempleEnglish⚓
create field NameOfDataField related to many TargetEntity ( using NameOfFieldInTargetEntity )
add field NameOfDataField related to multiple TargetEntity ( using NameOfFieldInTargetEntity )
ComplémentExample⚓
create field CustomerSegmentation related to many Segmentation
add field MyPreferedLanguages related to multiple Language using CodeISO
ExempleFrench⚓
Créer un champ NomChamp relié à plusieurs EntitéCible ( en utilisant NomDuChampsDansEntitéCible )
Ajouter un champ NomChamp relié à plusieurs EntitéCible ( en affichant NomDuChampsDansEntitéCible )
ComplémentExample⚓
créer un champ MesJoueurs relié à plusieurs Joueur
ajouter un champ MesRoues relié à plusieurs Roue en affichant codeRoue
RemarqueDelete data field related to many⚓
Create data field related to an entity with multiple values and type checkbox⚓
Concept⚓
It is possible for a multi-value relationship field to be presented as a checkbox list (Boolean). The field has the same function as a conventional field.
ExempleEnglish⚓
create field NameOfDataField related to many TargetEntity with type Checkbox( using NameOfFieldInTargetEntity )
add field NameOfDataField related to multiple TargetEntity type Checkbox ( using NameOfFieldInTargetEntity )
ComplémentExample⚓
add field MyPreferedLanguages related to multiple Language with type checkbox using CodeISO
ExempleFrench⚓
Créer un champ NomChamp relié à plusieurs EntitéCible de type case à cocher (en utilisant NomDuChampsDansEntitéCible)
Ajouter un champ NomChamp relié à plusieurs EntitéCible de type case à cocher (en affichant NomDuChampsDansEntitéCible)
ComplémentExample⚓
créer champ MesRoues relié à plusieurs Roue avec le type case à cocher en utilisant codeRoue