Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1215 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
1935
3
jul. 25
3527
1
maj 25
1643
1
maj 25
1890
4
maj 25
3024