Checksum in sequence

Administration > Sequences > Sequences > Suffix

As suffix, I’d like to add a two-digit checksum. Is it possible to add such a number that is the result of a calculation, based on the numbers of the other fields? If not via the user interface, would it be possible by coding?

There is no such feature in standard. But it should be easy to extend the Sequence.get method to compute such checksum.

Another option is to compute the checksum on the document that receive the number.

Thank you. I will post my implementation here as soon as I have finished it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.