Checks whether a pair of username and password exist and match in the current SAP Business One company .
Note: this method is for superuser only.
Checks whether a pair of username and password exist and match in the current SAP Business One company .
Note: this method is for superuser only.
| Visual Basic |
|---|
Public Function AuthenticateUser( _ ByVal bstrUserName As String, _ ByVal bstrPassword As String _ ) As AuthenticateUserResultsEnum |