Options

User login vs Windows login R2

mohemmohem Member Posts: 2
edited 2011-08-18 in NAV Three Tier
I my base 5.1 i have added some fields for controls (item card editable or not...)in table user 200000002 .
Now i have migrate the base to R2 but in the item page i have problem related to the user .
the solution it's to create the fields in the table windows login and modify the code in item page ?
Information :code in the item card:
RecGUser.GET(USERID);
CurrForm.EDITABLE:= RecGUser."Autor.modifcard";

Comments

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    Welcome to Mibuso..
    I dont know why you have used table 2000000002-user :-k

    You should have used table91-User Setup which I prefer..
  • Options
    SogSog Member Posts: 1,023
    I agree with Mohanna. You ought to have used user setup and prevented this problem. Although I would have done it trough a setup table and different roles.
    Anyway the user table is starting to get useless because it's all Windows Login for RTC.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.