Is it possible to seed a number that will become the next Request ID?
I see within SQL that this number is stored in the table dbo.HS_Request in the column xRequest. Can I enter a bogus request and then modify the number, or would this break anything?
Is there a more straightforward way to do this?
Tom V