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!
0
Answers
Import a clean copy or remerge.
Does it even compile?
You say that you run the table, but you actually run a page right?
Johannes Sebastian
MB7-840,MB7-841
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!