How do I map Record Producer Variables with HR case form fields?

Tapish Sharma
Tera Contributor

I want to Map Record Producer variables with the HR case form fields for a particular HR service.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Tapish,

There are multiple ways to map that

1) Using the Map to Field on Variable

  • When you will make a variable in record producer(no tin a variable set),there you will see an Checkbox names "Map to field".
  • Tick this checkbox and then you will get an "field" in this you can select field of target table to map record producer's variable to target table's field.

2) Using record producer script

Ex: current.field_name_of_target_table = producer.variable_name;

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

12 REPLIES 12

Ankush Jangle1
Kilo Guru

Hello,

you can go through below thread it will help you

 

https://community.servicenow.com/community?id=community_question&sys_id=7d0c0b25db9cdbc01dcaf3231f96...

 

 

 

Please Mark it Helpful/Correct if it Helps you

Susan Britt
Mega Sage
Mega Sage

On the variable itself, there is a field "Map to field" for you to select.  Once this is true, the "Field" will appear where you can select the correct HR Case field to map to.

find_real_file.png

The state field in case form is not getting changed to the value that I am providing from record producer.How do I do that?

How Do I map the select box fields like state