You can achieve this by blocking the save (onSave javascript handler) and invoking a custom Action with a plugin attached to create the record, passing all the account fields to the Action. After the action completes and you are back in your JS you can display the alert and/or navigate to the new record. On a side note, this sounds like an excellent way of filling up the accounts with a boatload of duplicates, each differing by only a typo and devoid of any value. If I were you I'd prepare to delete and rework the whole thing in a matter of weeks.
↧