cancel
Showing results for 
Search instead for 
Did you mean: 

cProjects :Task checklist dependancy

Former Member
0 Kudos

Hi

I have 1 phase and 5 task below it. Each task has individual checklist and checklist item.

My requirement is that, unless I released the checklist, task can not be released.

When I create the checklist, it is not coming under task, all 5 tasks comes first and then 5 checklists. So how can I maintain the dependency between task and checklist?

Regards,

Nitin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

resolved by development

Former Member
0 Kudos

Hi,

Checklists cannot be created under a task, but the tasks under checklist items. I understand that your requirement would be to ensure a list of things before setting the task to complete. In that case I would advise to have a checklist with all the checks needed, and the tasks/resources to follow up the work done under the checklist items.

Hope it helps.

Neil

Former Member
0 Kudos

Hi Neil,

Can we develope any dependency by using user status between task and checklist..? Is there any BADI for it.?

also betwwen the phase and task.

Nitin

Edited by: nitin bhagat on Dec 22, 2009 1:52 PM

Former Member
0 Kudos

Hi,

In fact, with the structure:

Checklist

--> Checklist item

--> task

task is not released until checklist item is not released.

Anyway, there is a BADI you can implement to control object status on a certain event (in your case would be on Checklist release). Not sure of the name, but it was similar to DPR_EVENT

Neil