SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
ALTER TRIGGER UC_IBTOut_QtyTrig
ON UC_IBTOut
FOR INSERT, UPDATE
AS
DECLARE @OriginID uniqueidentifier
DECLARE @ErrorText VaRcHaR(60)
SELECT TOP 1 @OriginID = BranchID from UC_InStoreSetup
DECLARE @IBTSetupID uniqueidentifier
--EXEC...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.