You need to sign in to do that
Don't have an account?

Completed Tasks still in "Open Activities"
I imported a bunch of tasks via some .NET code. A lot of them that were status = "Completed" are still showing up under the Open Activities list in the Account screen. Also, IsClosed is false for these. Shouldn't IsClosed be set to true automatically by the system if status = "Completed".
thanks
onthebeach
thanks
onthebeach
Hi onthebeach
The task status can be configured to have any of the picklist values indicate the isClosed state. Check your account configuration under activities and task fields and look at the Status field picklist values.
Alternatively, you can query the TaskStatus table to get your Status picklist details.
onthebeach