Declare @OLDID int = 246908
Declare @NewID int = 219663
Update ClassRegistration
Set AHIMACredentialID__c = @NewID where AHIMACredentialID__c= @OldID
--Delete from CEUSplit__c where CredentialCycleID=649676
Open the old credential and get the credential cycle that are associated with the one you are to delete and then delete all CEU splits assigned to it.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article