Hello,
how i can resolve this on espoCRM ..
context :
in belgium, each person have a unique nationalNumber.. but for professional healthcare, there are another value : inamiNumber
inamiNumber are limited to 10K person actually, so only recognized professional healthcare have a unique value.
but when the professional dead, the inamiNumber is send/give to another new professional healthcare.
so in espoCRM / mysql, we can define unique value.. is there a possibility to define unique value to two column ?
sample :
column : inamiNumber + isActive ? or inamiNumber + nationalNumber ? the "merge/combinaison" of these 2 column must be unique
Or i need to make a calculated field who concat these 2 field and make it unique ? a solution but not at 100%
Regards
how i can resolve this on espoCRM ..
context :
in belgium, each person have a unique nationalNumber.. but for professional healthcare, there are another value : inamiNumber
inamiNumber are limited to 10K person actually, so only recognized professional healthcare have a unique value.
but when the professional dead, the inamiNumber is send/give to another new professional healthcare.
so in espoCRM / mysql, we can define unique value.. is there a possibility to define unique value to two column ?
sample :
column : inamiNumber + isActive ? or inamiNumber + nationalNumber ? the "merge/combinaison" of these 2 column must be unique
Or i need to make a calculated field who concat these 2 field and make it unique ? a solution but not at 100%
Regards
Comment