Item Reclassification Journal(Amount must be in 0 error)

Hi,

While i was doing Item reclassification for a particluar Item from one lot no to another lot no. along with unit amount filled manually. I’m encountering a kind of error whereas if the unit amount was left unfilled, Reclassification is taking place. The error i’ve mentioned is attached. Please give me suggestion in tackling this error Item Reclassification

Thans in advance…

IF “Entry Type” = “Entry Type”::Transfer THEN BEGIN

IF (“Value Entry Type” = “Value Entry Type”::“Direct Cost”) AND

(“Item Charge No.” = ‘’) AND

NOT Adjustment

THEN

TESTFIELD(Amount,0);

Item Reclassification Journal is entry type transfer…