We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how to map reference field in record producer to incident reference field

Nitesh Chandana
Kilo Expert

Hello,

I need to map to reference field (name) mapped to caller_id(caller) in incident form also reference.

current.caller_id=producer.caller_id and current.caller_id.sys_id=producer.caller_id     is not working

Can anyone correct/modify it please

Thanks,

Nitesh

17 REPLIES 17

you need to use the Name field value not the Question field value.


In your case,


Question: Name


Name: caller_id



so you need to use


current.caller_id = producer.caller_id;


i tried in my instance and it is working.


afsasfca.png



fsasfacasca.png



dvsavavsa.png




Thanks,


Harshvardhan


I'm using scripting because my variable is in a variable set.