Manual Upgrade Script for upgradeing Recurring Invoice should you come from a version lower than 2.92

  • Created

Should you during an upgrade see this message

mceclip0.png

Then the mentioned migration script is the one below:

--Step 1: Priory to running the scrip backup database just in case

--Step 2: Run the following 3 Update Statements
UPDATE [@BOY_ABON] SET U_BOY_STY = ISNULL((SELECT TS0.ShipType FROM OCRD TS0 WHERE TS0.CardCode = U_BOY_FP),-1) WHERE U_BOY_STY IS NULL
UPDATE [@BOY_ABON] SET U_BOY_INDI = ISNULL((SELECT TS0.Indicator FROM OCRD TS0 WHERE TS0.CardCode = U_BOY_FP),'') WHERE (U_BOY_INDI = '' OR U_BOY_INDI IS NULL)
UPDATE [@BOY_ABON] SET U_BOY_DIS = (SELECT OCRD.Discount FROM OCRD WHERE OCRD.CardCode = U_BOY_FP) WHERE ISNULL(U_BOY_DIS,0) = 0

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.