You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a specific field that has previously been renamed (the new name is seen in BC zoom-window),
FromField.FieldName still retains the old name.
2. To Reproduce
Not sure how to reproduce, simply creating a new test extension with a new table and a new field, publishing and then republishing witha new name did update the value in Record Field.
3. Expected behavior
Record Field's FieldName should always contain the actual current name of the Field.
4. Actual behavior
FieldName reflects the name of the field sometime in the past.
5. Versions:
Business Central 24.5, 24.0.26059.0, App 24.5.23489.23968
The text was updated successfully, but these errors were encountered:
janrik-codebrew
changed the title
System Record Field seems to retain old name of fields after field rename
System Record Field sometimes retains old name of fields after field rename
Nov 6, 2024
1. Describe the bug
I'm cycling all fields in an app to migrate them to a new app in an Install codeunit.
var
FromField: Record "Field";
For a specific field that has previously been renamed (the new name is seen in BC zoom-window),
FromField.FieldName still retains the old name.
2. To Reproduce
Not sure how to reproduce, simply creating a new test extension with a new table and a new field, publishing and then republishing witha new name did update the value in Record Field.
3. Expected behavior
Record Field's FieldName should always contain the actual current name of the Field.
4. Actual behavior
FieldName reflects the name of the field sometime in the past.
5. Versions:
Business Central 24.5, 24.0.26059.0, App 24.5.23489.23968
The text was updated successfully, but these errors were encountered: