Code blocked in NAV 5.0 SP1 IN why???

ajoydeyajoydey Member Posts: 21
Kindly explain why this code has been blocked in

Table - Sales Header
Field - Sell-to Customer No.
In OnValidate Trigger
// "Tax Area Code" := Cust."Tax Area Code";
===================================================

"Sell-to County" := Cust.County;
"Sell-to Country/Region Code" := Cust."Country/Region Code";
"Nature of Services" := Cust."Nature of Services";
IF NOT SkipSellToContact THEN
"Sell-to Contact" := Cust.Contact;
"Gen. Bus. Posting Group" := Cust."Gen. Bus. Posting Group";
"VAT Bus. Posting Group" := Cust."VAT Bus. Posting Group";
// "Tax Area Code" := Cust."Tax Area Code";
"Tax Liable" := Cust."Tax Liable";
"VAT Registration No." := Cust."VAT Registration No.";
"Shipping Advice" := Cust."Shipping Advice";
State := Cust."State Code";
Structure := Cust.Structure;
"Excise Bus. Posting Group" := Cust."Excise Bus. Posting Group";
"Responsibility Center" := UserMgt.GetRespCenter(0,Cust."Responsibility Center");
VALIDATE("Location Code",UserMgt.GetLocation(0,Cust."Location Code","Responsibility Center"));

===================================================

Thanks in advance

Comments

  • kapamaroukapamarou Member Posts: 1,152
    Which version do you use?

    I have a W1 5.0 SP1 build 26084 and the table version is NAVW15.00.01

    In this I don't see it being commented out. Could it be a localization change?
  • ajoydeyajoydey Member Posts: 21
    We have " NAVIN 5.0 SP1 "
  • kapamaroukapamarou Member Posts: 1,152
    It could be a localization situation in India. Maybe someone on the forum from India knows better...
  • ajoydeyajoydey Member Posts: 21
    Thanks kapamarou for ur reply...
  • kapamaroukapamarou Member Posts: 1,152
    You're welcome. Not much of a help though... :D Let's wait for someone with knowledge in the specific version...
Sign In or Register to comment.