Item Journal

sathishmadhavsathishmadhav Member Posts: 71
edited 2009-03-11 in Navision Attain
Hi all

In the Item journal form, for one or more users Ex."a" or "a","b","c" I want to disable "Negative adjustment" option under Entry type drop down. how do i do this..

Thanks
satish

Comments

  • ara3nara3n Member Posts: 9,256
    In User Setup add a field called Allow Negative adjustment.

    In CU 21 add the following code.
    UserSetup.get(USERID);
    if "entry type" = "entry type"::"Negative Adjustment" then
      UserSetup.testfield("ALLow Negative Adjustment",true);
    
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.