Skip to content

Commit

Permalink
Calculate fields again after drill down.
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperSchulz committed Nov 29, 2024
1 parent 9b1c029 commit db413c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ page 9987 "Word Templates Related Part"
WordTemplateFieldSelection.ShowFieldSelection(Rec."Related Table ID", TempWordTemplateField);
NumberOfSelectedFields := WordTemplateFieldSelection.CalculateNoSelectedFields(Rec."Related Table ID", TempWordTemplateField);
SelectedFieldsCount.Set(Rec."Related Table ID", NumberOfSelectedFields);
CalculateSelectedFields();
end;
}
field("Entity Relation"; RecordTypeTxt)
Expand Down

0 comments on commit db413c7

Please sign in to comment.