how to add caller column in task table

avi0007
Giga Contributor

i want to add caller calumn in task table which will show the caller information from incident table into my group work view in service desk

13 REPLIES 13

I need help to solve this issue.


ian_cox
ServiceNow Employee
ServiceNow Employee

Avishek,



It looks like you have created this on the task table and I am not sure that Caller is an attribute of Task.   Try creating the report from the incident table (instead of Task) and add the caller to the list and it should work.   I tried it out this morning and it worked for me.


avi0007
Giga Contributor

I don't want to create report.I just want to have 'Caller' and 'Requested For' fields added to the 'My Work' and 'My Groups Work' views.


ian_cox
ServiceNow Employee
ServiceNow Employee

ok, got it let get some help.


RajNow
ServiceNow Employee
ServiceNow Employee

Hi avi0007



These views are based on the 'Task' table, whereas the caller field is based on the incident table.


You can create a reference field to user on the Task table called 'incident caller'. You can then make a business rule on incident insert to set 'incident caller' Same as Caller.