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 message in VTB CARD

Mara6
Tera Expert

Hi,

 

I have a requirement to add an info message to analyst when the story is in development state, I would like to know if it is possible to show this message also in here, and if so how I can accomplish this task.

Thanks in advance

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Mara6 ,

Unfortunately, at this time there is no way to customize the vtb_card_details modal popup. The UI comes from a hard-coded Jelly template that doesn't have configuration options. I can't display the proprietary code to you, but I can say with certainty that there is no possibility of dynamic rendering in either the "vtb-card-details-stream" div or the "sn-aside-wrapper" div.

 

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @Mara6 ,

Unfortunately, at this time there is no way to customize the vtb_card_details modal popup. The UI comes from a hard-coded Jelly template that doesn't have configuration options. I can't display the proprietary code to you, but I can say with certainty that there is no possibility of dynamic rendering in either the "vtb-card-details-stream" div or the "sn-aside-wrapper" div.

 

Thanks @Community Alums