Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1205 Visninger

how to cancel that option when one field have 1 information in specific.


for example, if field1 = lalalala, the user cant duplicate the document

Avatar
Kassér
Bedste svar

Hi,

You can use constraints for this,

_sql_constraints = [
        ('name_uniq', 'UNIQUE (field_name)',  'The name must be unique !')
    ]


Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
jun. 25
1929
3
jul. 25
3519
1
maj 25
1637
1
maj 25
1889
4
maj 25
3009