I need to create a field that is auto incremented every time a new instance
is made.
ie I need to make new records have a unique auto incremnting number.
Doesn't seem to be easily possibly in CRM. Anyone got a simple work aorund?
I did consider making a dummy record type called variables with one record
in with a field call ref number and using that as my location for the next
number to be got. Then incrementing that value after the record is saved.
But seems clumsy.