How do I get the list of users who have not logged into a customer portal site at all?
|
feedback
|
|
The User object has a field called LastLoginDate, you could report on this for users where Of course, Salesforce's reporting engine can also be used to generate a report, you'll want something similar to this:
Unless you need the list in code for some reason (for instance, for integration with another system) then you should use the reporting engine and then you can schedule it for email delivery etc. | |||||||||
feedback
|
