changing format of unique opportunity id

Is there a way to change the unique opportunity ID for all new opportunities moving forward? we wanted it to be numeric and short for our reporting.

Parents Reply
  • Are you simply importing or syncing?

    If you are just importing you could simply save the Oracle ID or Oracle Customer Number (in the case of Accounts) in a read-only field upon import.


    If you are syncing then I suggest a mapping table, we have one with columns for OracleID, Sugar ID, SugarModule  to map Accounts(Customers), Contacts and Addresses (we have a custom module for addresses in Sugar). You need to take a lot of care when merging records though... and it has been a bit of a nightmare since triggering a merge in our older version of Oracle is not an option.

    FrancescaS

Children