Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Add Parent short description under task number in Time sheet portal

AnilM99
Tera Expert

Hi Team,

I have a requirement 

Add parent task short description under the task number in time sheet portal

AnilM99_2-1717135896300.png

Add this short description to below 

 

AnilM99_1-1717135846315.png

 

 

Thanks

Anil!

5 REPLIES 5

Kieran Anson
Kilo Patron

The OOB way will add a new column:

 

Ctrl + Right Click on the widget and go to instance options

KieranAnson_0-1717137153833.png

Open the widget options in the platform view

KieranAnson_1-1717137192086.png

 

The header fields are an array of objects, as below I've added the task description as a column

KieranAnson_2-1717137207945.png

 

 

@Kieran Anson thanks for reply,

Here we are adding for the same column but not new column

e.g,

Short Description

Number

category

 

Thanks

Anil!

Add a new div and pass in the value you wish. The widget is 'Time Card Grid'. 

KieranAnson_0-1717160238298.png

As an example

KieranAnson_1-1717160440952.png

 

I added the same code 

AnilM99_0-1717166889902.png

but it's showing like below

AnilM99_1-1717166931673.png

 

Thanks