timesheet planned row

S

Steve.

Hello all,

Has anyone been able to remove the 'planned' row from timesheets?

Thanks in advance,

S.
 
M

Marc Soester [MVP]

HI Steve,

sorry this is not possible, unless you custom develop your own UI
Sorry
 
C

Clara

Steve, I have removed it. Log onto your server, go to
C:\ProgramFiles\CommonFiles\MicrosoftShared\Web Server
Extensions\12\Template\Layouts\PWA\Styles\
You need to edit the pwastyles.css
I would make a copy first, then add at the very end of that file
}

..XmlGridPlannedWork {
display: none;
}
 
Top