in incident form caller id need to show another details like phonenumber, dept, etc

Gillerla Rajesh
Tera Contributor

Hi there,

 

In incident form currently it will showing name and email id now i need to add some more like phone number, department etc how can i achive.

GillerlaRajesh_0-1723465266635.png

 

 

 

anyone suggent in where i need to change in script. any one tell me source code as well.

 

 

Regards,

Rajesh

1 ACCEPTED SOLUTION

Sheldon  Swift
ServiceNow Employee
ServiceNow Employee

Hi @Gillerla Rajesh - This is achieved by defining ref_ac_columns on the incident.caller_id dictionary entry. This video can help: https://www.youtube.com/watch?v=DipYUHHrnCE

View solution in original post

In this video we will understand - * "What is Reference Auto Complete Columns in ServiceNow ?" * "How to display multiple Columns in Reference Fields in ServiceNow?" * "What is ref_ac_columns Attributes in ServiceNow?" #servicenow #servicenowdeveloper #servicenowimplementation Write doubts and ...
2 REPLIES 2

Sheldon  Swift
ServiceNow Employee
ServiceNow Employee

Hi @Gillerla Rajesh - This is achieved by defining ref_ac_columns on the incident.caller_id dictionary entry. This video can help: https://www.youtube.com/watch?v=DipYUHHrnCE

In this video we will understand - * "What is Reference Auto Complete Columns in ServiceNow ?" * "How to display multiple Columns in Reference Fields in ServiceNow?" * "What is ref_ac_columns Attributes in ServiceNow?" #servicenow #servicenowdeveloper #servicenowimplementation Write doubts and ...

Gillerla Rajesh
Tera Contributor

Thanks @Sheldon  Swift , it's working right now.