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

How to copy string field value to reference field in business rule

AnilM99
Tera Expert

Hi all,

I created 'ticket_number' (string filed) - in incident table

I want to copy the 'ticket_number' number to reference field.

 

I am using BR code like the below

current.instance = current.ticket_number;

it is working but record is not visible 

5 REPLIES 5

AnilM99
Tera Expert

Hi all thanks for the reply, 

actually that was not 'reference' field that was "Document ID" field.

 

sorry for the typo error.