My learning is slowing down as it is a "Start using phase", however today I need to fix a mistake during the initial design phase, I added "Auto-numering" to each contact (and all other entity) to make it easier to give that contact a Unique numbers for update and searching. However I didn't add these numbering until later after quite a few Record has been added. Now I end up with a few hundreds Record without an numbers, which is OK if I don't need to access them but if I start using them I will need to assign them a numbers.
There was a few method I could think of adding a number, first to use myPHPAdmin and manually fill it in. Second is through using Import, Third is to create a Duplicate or renew.
The solution is: Duplicate and Merge.
I made a duplicate of the contact, then I merge the data. This kept (hopefully) my link intact while it added the numbering.
There was a few method I could think of adding a number, first to use myPHPAdmin and manually fill it in. Second is through using Import, Third is to create a Duplicate or renew.
The solution is: Duplicate and Merge.
I made a duplicate of the contact, then I merge the data. This kept (hopefully) my link intact while it added the numbering.
Comment