You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: