HCL-TECH-SOFTWARE / domino-license-analysis-utility-DLAU

Utility to assist HCL Domino Administrators in determining your Authorized User Count
https://opensource.hcltechsw.com/domino-license-analysis-utility-DLAU/
Apache License 2.0
10 stars 1 forks source link

DLAU doesn't handle multiple CCX Directories... #60

Open SGlanville opened 10 months ago

SGlanville commented 10 months ago

Probable solution :-)

dlgExternalQA DAListExternal Allow Multiples

slCore:GetPersonDocuments ' if an external directory was chosen to identify CCX users, check to see if the current directory is the one that was chosen If GetAdminValue("DAListExternal")(0)<>"" Then tmpVal=GetAdminValue("DAListExternal") ForAll strNabs In tmpVal spitVar = Split(strNabs,"!!") externalNABName=Left(spitVar(1),Len(spitVar(1))-1)
If LCase(processNAB.Filename)=LCase(externalNABName) Then externalNAB=t End ForAll End If

SGlanville commented 10 months ago

FmLaunch: Tab 2 Button Click saving list... openSetAdminValue "DAListExternal", dialog.Getfirstitem("DAListExternal").Values