Cannot open Page Data Personalization

Lec11Lec11 Member Posts: 91
edited 2013-05-31 in NAV Three Tier
Hello,

I have some bad table relationships in Page Data Personalization table (according to test DB procedure), so I'm trying to open the table and delete them. But I receive this error when i hit the Run button:


The supplied field name '1' cannot be found in the 'Page Data Personalization' table.

Page Edit - Page Data Personalization must close.

This sounds like a missing field, but I don't remember of such a field in this table. Any idea on this?

Thanks!

Answers

  • geordiegeordie Member Posts: 655
    Which version is your db? Is upgrated or native?
  • Lec11Lec11 Member Posts: 91
    It is a native NAV 2013 database.
  • Johannes_NielsenJohannes_Nielsen Member Posts: 206
    Sounds like a bad merge.

    Import a clean copy or remerge.

    Does it even compile?
    You say that you run the table, but you actually run a page right?
    Best regards / Venlig hilsen
    Johannes Sebastian
    MB7-840,MB7-841
  • Lec11Lec11 Member Posts: 91
    The problem comes from a flowfield calcformula. Quite stupid of me not checking the flowfields.

    The field User ID has the following calcformula: Lookup(User."User Name" WHERE (Full Name=FIELD(Field1))). I don't know the source of Field1 and Full Name is also a strange choice. I took a look into a NAV 2009 database and the calcformula was Lookup("SID - Account ID".ID WHERE (SID=FIELD(User SID))). If I use the sames formula, I get a type mismatch error.

    The database is W1. My solution was changing the formula into Lookup(User."User Name" WHERE (User Security ID=FIELD(User SID))).

    Regards!
Sign In or Register to comment.