You need to sign in to do that
Don't have an account?
dataloader error
when i am going to update leads status by using data loader then its gives erroe that is
Please log an activity for this lead in order to select the "Actively Working" status.
i never seen this type erroe ....any idea when these type errors coming??
Sounds like a pretty self explanatory error, in that you're inserting leads with a special status that requires the lead to have an Activity. Try adding an activity to the lead(s) before you update the status via data loader, or use another lead status instead.