0

AutoNumber increase when importing records

I have a "Trigger on new record" auto Increasing a number

(the trigger I use):

'Cont-ID' := max((select CONTACTS).'Cont-ID') + 1

works fine - except when importing records from a CSV file, then I get no number at all.

Any ideas on how to get that to work ?

Reply

null

Content aside

  • 2 yrs agoLast active
  • 39Views
  • 1 Following