Skip to main content
Sam Lim (GSD) 님이 #MassActionScheduler에 질문했습니다

Hi folks.

My client uses engagement plans that often create 30+ tasks. However, when an engagement plan gets deleted from an opportunity, it'd be nice if all it's related tasks also got deleted. Is there a way to automate this? It's very tedious for my client to manually delete these tasks.

Any help would be greatly appreciated!

답변 8개
  1. 2025년 2월 26일 오전 6:08

    We faced the same issue, so I added a query in the Data Loader to filter tasks with the condition WHERE Status != 'Completed' AND (Subject = ' ' OR Subject = ' '). The task names were pulled from the Engagement Plan Tasks, which helped me narrow down the specific tasks to delete.

0/9000