How to remove Resource Plan column in Timesheet Portal ?

Pranav G
Tera Contributor

Hi Community and @ankurbiswas ,

 

I want to remove resource plan in time sheet portal , need help in this. Thanks in advance.

PranavG_0-1677754752985.png

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Pranav G ,

 Refer to the steps mentioned in this KB and replace "Project time category" with "Resource plan":

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0825556

 

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @Pranav G ,

 Refer to the steps mentioned in this KB and replace "Project time category" with "Resource plan":

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0825556

 

c-branganat
Tera Contributor

To remover Project time category
Go to server script line 28
 Remove Project time category from the array

var defaultHeaderFields = ['task.short_description'];


To remove Resource plan
Go to server script
Comment line 42

//data.fields.push(rplnColumnName);