Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ codeunit 5060 DuplicateManagement
DuplContSearchString.SetRange("Contact Company No.", Cont."No.");
if DuplContSearchString.Find('-') then
repeat
DuplContSearchString2.ReadIsolation(IsolationLevel::ReadUncommitted);
Comment thread
BardurKnudsen marked this conversation as resolved.
DuplContSearchString2.SetCurrentKey("Field No.", "Part of Field", "Search String");
DuplContSearchString2.SetRange("Field No.", DuplContSearchString."Field No.");
DuplContSearchString2.SetRange("Part of Field", DuplContSearchString."Part of Field");
Expand Down
Loading