List of Orgs is not retrieved with multiple address books in the directory assistance. #63
Labels
bug
Something isn't working
investigating
we are investigating this report for more information and possible inclusion in a future release
We want to use the selection on Org/OrgUnit in the Known Guest Identification dialog. All address books are scanned for organization names. But the list remains empty.
We are using Linux servers and it seems that the @DbColumn is going wrong with the wrong slash. When i use the function Replace to replace all backslashes in forward slashes, then the organisation names appear in the list.
Dim filePath As String
filePath = Replace(currentNAB.FilePath, "\", "/")
formula = |@DbColumn("";"| + currentNAB.Server + |":"| + filePath + |";"PeopleCat";1)|
colVar = Evaluate(formula)
The text was updated successfully, but these errors were encountered: