| 49 | |
| 50 | |
| 51 | ===Ideas=== |
| 52 | |
| 53 | |
| 54 | 1. if the Document duplicate check was triggered inside a 'colorbox' |
| 55 | popup in a main form, populate the main record with the existing |
| 56 | record instead of just the error message (error could be downgraded to |
| 57 | a warning) |
| 58 | |
| 59 | 1. To deal with the computation time issue, do the calculations in |
| 60 | the background as a scheduled task & just have the UI accessible |
| 61 | manually. Could then even build workflow to send a notification (e.g. email) |
| 62 | to the admin when high-probability duplicates are detected |
| 63 | |
| 64 | 1. The 'not duplicates' functionality could be a single new table |
| 65 | with columns for: table, record1, record2 |