Hi All
pre 7.2 CRM used to used the SQLids table to grab the next ID for a new record. Even systems which have been upgraded beyond this still do it.
But, is anyone aware of a way to change CRM from using the old method to actual SQL IDs? As currently the old method is causing some problems in a newer CRM system (converting Quotes to Orders fails due to a trigger on the Order table, but converts OK if the trigger is disabled) the cause is reported as 'failed to get next id'