Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to add Category in Response Template UI Page

chanikya
Kilo Sage

Hi All,

Please share your inputs /idea on below concern.
I would like to add Response Category field with Dropdown list, please let me know who can we do it.

chanikya_0-1757545507043.png

UI PAge :  sn_templated_snip_message_template (OOB),
based on Category selection on ui page Templates list should be sorted .


 

10 REPLIES 10

Ajay_Chavan
Kilo Sage

@chanikya - we dont have a oob categroy field on - sn_templated_snip_note_template table. are you planning to create a custom field? and want to use in template form?

 

 

Glad I could help! If this solved your issue, please mark it as Helpful and Accept as Solution so others can benefit too.*****Chavan A.P. | Technical Architect | Certified Professional*****

chanikya_0-1757558049719.png

create Custom Category field



if I select value in Custom Category field on Template form based on my value selection Template Dropdowns should be populated


It is Possible to that ?
Below part only returning Templates list , so please let me know How to Pass custom Category field selected value into below script-include(OOB)

<g:evaluate var="jvar_categories" object="true" jelly="true"
expression="new NoteTemplateCheck().getCategories(jelly.jvar_table_name,jelly.jvar_sys_id)" />

@chanikya please follow below steps:

 

Create a custom filed "u_category" on table- sn_templated_snip_note_template

 

i have updated the ui page and script include and attached the xml please import and you are good to go.

 

Screenshot 2025-09-11 at 06.13.13.png

Glad I could help! If this solved your issue, please mark it as Helpful and Accept as Solution so others can benefit too.*****Chavan A.P. | Technical Architect | Certified Professional*****

@chanikya - did you check this?

 

 

Glad I could help! If this solved your issue, please mark it as Helpful and Accept as Solution so others can benefit too.*****Chavan A.P. | Technical Architect | Certified Professional*****