When to extend a custom table to the task table

Mark_Bailey
Mega Guru

When I create a new table my gut feeling is to always extend it to the task table.

I never know when users will come back and ask for more functionality that requires the extension.

My question is what is the down fall to extend custom tables to the   task table? Is this a bad practice to always extend?

1 ACCEPTED SOLUTION

Mike Allen
Mega Sage

My rule of thumb is this: If I need SLAs, I extend task.   Else, I just have it standalone.



I think if you always extend, there will be tables with unnecessary fields and data in it.   Your reporting may get confusing, especially when choosing which fields to report on.


View solution in original post

4 REPLIES 4

Mike Allen
Mega Sage

My rule of thumb is this: If I need SLAs, I extend task.   Else, I just have it standalone.



I think if you always extend, there will be tables with unnecessary fields and data in it.   Your reporting may get confusing, especially when choosing which fields to report on.


Thank you for the input.



I am leaving it open a bit to see if there is more input.


Matt Saxton - G
Kilo Guru

Mark,



I base my decision if someone needs to be assigned work to be accomplished. If this is so then it's going to extend off the task table.


So your saying if you are going to create task from the new table?