How to populate ticket short description in a survey portal request

Shruti D
Tera Guru

I want to display the ticket short description in the survey tile instead of the ticket's number (indicated by red arrow). Also is it possible to display the short description when user clicks on the survey tile?

Shruti_19_0-1754648586088.pngimage.png

Any suggestions/solutions are appreciated.

Thanks,
Shruti

1 ACCEPTED SOLUTION

Nehal Dhuri
Mega Sage

Hello @Shruti D,
There needs to be an entry in the sys_ui_title table. Add an entry for the table you are generating surveys on and the short description field. If the table doesn't have an entry for the trigger table and the field that should be used as the title, it will return the record number instead.
Please refer to the following KB article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0830653


Please hit like and mark my response as correct if that helps

View solution in original post

1 REPLY 1

Nehal Dhuri
Mega Sage

Hello @Shruti D,
There needs to be an entry in the sys_ui_title table. Add an entry for the table you are generating surveys on and the short description field. If the table doesn't have an entry for the trigger table and the field that should be used as the title, it will return the record number instead.
Please refer to the following KB article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0830653


Please hit like and mark my response as correct if that helps