-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Labels
ApprovedThe issue is approvedThe issue is approvedSCMGitHub request for SCM areaGitHub request for SCM area
Description
Describe the issue
Code in OnLookup, OnDrillDown, OnAssistEdit triggers seems not to be consistent. Is it working what is should?
Image
The comment is points to this code. Use either link
Line 331 in 7e73c3d
| internal procedure HandleOnLookupSourceTable() |
or
internal procedure HandleOnLookupSourceTable()
var
QltyFilterHelpers: Codeunit "Qlty. Filter Helpers";
QltyGenerationRuleMgmt: Codeunit "Qlty. Generation Rule Mgmt.";
Filter: Text;
begin
if Rec."Template Code" = '' then
Error(ChooseTemplateFirstErr);
if IsNullGuid(Rec.SystemId) and not Rec.IsTemporary() then
if Rec.Insert() then;
Filter := QltyGenerationRuleMgmt.GetFilterForAvailableConfigurations();
QltyFilterHelpers.RunModalLookupTable(Rec."Source Table No.", Filter);
Rec.CalcFields("Table Caption");
Rec.Validate("Source Table No.");
end;
Expected behavior
Steps to reproduce
Additional context
I will provide a fix for a bug
- I will provide a fix for a bug
Metadata
Metadata
Assignees
Labels
ApprovedThe issue is approvedThe issue is approvedSCMGitHub request for SCM areaGitHub request for SCM area