Options

Possible bug in NAV2016 - Table 9001 "User Group Member"

rsaritzkyrsaritzky Member Posts: 469
edited 2016-08-09 in NAV Three Tier
Hi all,

We're on NAV2016 CU5 and ran into a problem on the "Users" list page (Page 9800) and the User Card (Page 9807).

We have a User Group with the "Name" field longer than 30 characters.

Table 9801"User Group Member" has field 6 "User Group Name" defined as a flowfield - the CalcFormula is:
Lookup("User Group".Name WHERE (Code=FIELD(User Group Code)))
The field length for "User Group Member" is defined as Text(30).

However, the Lookup field in the "User Group" table (Table 9800) for field "Name" is text(50). So if "Name" is longer than 30 characters, you get an error when trying to open up the "Users" page or "User Card" page:

"The length of the string is 31, but it must be less than or equal to 30 characters. Value: XXXXXXXXXX XXXXXXXXXX XXXXXXXXXXX
Page User Group Memberships must close.""

I haven't seen a correction related to this in CU6-CU10 but it seems logical that the flowfield should be the same length as the source field.

I'm wondering if this issue has been reported "officially" to Microsoft, or if it happens to be fixed in CU6-10? We're in the process of upgrading so we are waiting for a later CU before we do a re-merge into our codebase.

Thanks

Ron
Ron

Best Answer

Answers

Sign In or Register to comment.