cancel
Showing results for 
Search instead for 
Did you mean: 

Alerta al momento de modificar un campo en SAP B1 9.2 PL8

former_member565610
Discoverer
0 Kudos

Buenas

Necesito hacer una alerta que me avise que código SN fue modificado,sus días y limites de crédito.

Este es el query que estoy usando, no se si tengo algo malo.

Declare @Transaction_type nchar(1) Declare @CardCode nchar(12) IF (@Transaction_type = 'U' and Cardtype= 'C') Begin If TRUE WHERE (Select T0.CardCode,T0.Balance , T0.GroupNum, T0.CreditLine From OCRD T0 Where T0.CreditLine <> $[OCRD.CreditLine] or T0.Debtline <> $[OCRD.Debtline] or T0.GroupNum<> $[OCRD.GroupNum])

Espero me puedan ayudar gracias.

Accepted Solutions (0)

Answers (0)