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

Not applicable

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

Hi @Community Alums - 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

Hi @Community Alums - 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 ...

Not applicable

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