Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of Orgs is not retrieved with multiple address books in the directory assistance. #63

Open
Sjaksan opened this issue Mar 25, 2024 · 2 comments
Labels
bug Something isn't working investigating we are investigating this report for more information and possible inclusion in a future release

Comments

@Sjaksan
Copy link

Sjaksan commented Mar 25, 2024

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)

@OpenSourceTemplateDominoDev
Copy link
Collaborator

@Sjaksan could you please specify which DLAU version is the reported against?

@Sjaksan
Copy link
Author

Sjaksan commented Mar 25, 2024

@Sjaksan could you please specify which DLAU version is the reported against?

I'm using DLAU V.1.2.2.

@notesboy notesboy added bug Something isn't working investigating we are investigating this report for more information and possible inclusion in a future release labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigating we are investigating this report for more information and possible inclusion in a future release
Projects
None yet
Development

No branches or pull requests

3 participants