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.

Standard Ticket Header Widget Alignment

Evren Yamin
Tera Contributor

Hello, oob the standard ticket header, returns the info fields defined on the ticket_configuration table and since its a comma separated value, it just returns like this on the portal

EvrenYamin_0-1708646101396.png

 

I currently have a requirement to modify this and align the info fields to a certain way.

 

Like below: (assignment group and assigned to should be on a separate rows and merged to 2 columns)

CallerCategory
PriorityUrgency
Assignment group
Assigned to

 

Is this possible? Thanks so much for the help

6 REPLIES 6

Hi @Evren Yamin in that case you need to clone Standard Ticket Header widget and customise HTML part to display in tablular format

Regards
Harish

Hello, @Harish KM, that is where I am lost since we are getting comma separated values, so we are calling the values in the html like this and it just aligns the fields in order.

EvrenYamin_0-1708662671166.png

how should I break the values in order to achieve the tabular format?