Options

Opening Table 2000000080 Page Data Personalization error

HansDuttingHansDutting Member Posts: 25
edited 2013-12-02 in NAV Three Tier
Hi all,

Has anyone seen this error before when opening the Table 2000000080 Page Data Personalization.
I want to throw some personilisation stuff out.
This happens to me with NAV 2013 (not R2) Clientversion 7.00.34797.
See attached image.
Is this a bug or am I doing something wrong. :roll:

tnx,
Hans D.

Answers

  • Options
    geordiegeordie Member Posts: 655
    Hi, I get the same error (my build is 34902): it's caused by "User ID" field CalcFormula:
    Lookup(User."User Name" WHERE (Full Name=FIELD(Field1)))
    

    In 2009 R2 CalcFormula was:
    Lookup("SID - Account ID".ID WHERE (SID=FIELD(User SID)))
    

    I think can be reported to MS as a bug, I don't see any KB regarding this problem.
    If you need to run this table should be enough to fix this property.
  • Options
    HansDuttingHansDutting Member Posts: 25
    ok :D

    tnx Geordie.
Sign In or Register to comment.