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
errorMessage: `This user is logging in directly to Salesforce without using MFA (Multi-Factor Authentication). And this user has not the MFA bypass enabled. Please work with your user to make them use MFA for better security.`,
`WHERE (LoginType = 'Application' OR LoginType LIKE '%SSO%') `+// the option 'queryMoreField' will add a final AND so that's why we have parenthesis here around the OR statement
44
-
'GROUP BY UserId, Status, LoginType '+
45
-
'ORDER BY UserId, Status, LoginType ',
44
+
'GROUP BY UserId, Status, LoginType ',
46
45
queryMoreField: 'LoginTime'// aggregate does not support calling QueryMore, use the custom instead
0 commit comments