implement searching for alternative field for accounts

This commit is contained in:
Jonathan Jenne
2022-03-16 12:16:20 +01:00
parent f60c299f3c
commit 74a039862f
2 changed files with 26 additions and 7 deletions

View File

@@ -430,7 +430,8 @@ Namespace Documents
End If
' Try to find an account that matches the GLN
Dim oAccount = Winline.TryGetAccount(oNumberItem.Original, pMandator)
Dim oAlternateField = pParams.GetOrDefault("AltField", String.Empty)
Dim oAccount = Winline.TryGetAccount(oNumberItem.Original, pMandator, "c260", oAlternateField)
' If an account was found, set it for External and Final value
If oAccount IsNot Nothing Then