how to populate value in work notes field via import set

Talya
Tera Contributor

Hi All,

We are trying to import new project records into pm_project table. We have created project template excel with required fields and added project records.

This is insert scenario, not update. So Number field is empty and there is no coalesce field in our scenario.

Our source table is u_latest_project_import and target table is pm_project.

I have not written any script for import and I have done direct field mapping only.

Talya_0-1672198928846.png

All the fields are imported successfully, except the work notes field.

I see the data related to my records in sys_journal_field table.

 

I am new to ServiceNow , please help me with script, how to populate the data from sys_journal_field to respective record in pm_project table .

 

Talya_0-1672199419845.png

 

 

Thanks,

Talya

 

 

1 ACCEPTED SOLUTION

Arav
Tera Guru
Tera Guru

Hi,

 

You have mapped it to "comments_and_work_notes", which is a Journal List field.

 

Please map it to "work_notes" field and try.

 

Thanks,

Arav

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @Talya ,

 

Arav
Tera Guru
Tera Guru

Hi,

 

You have mapped it to "comments_and_work_notes", which is a Journal List field.

 

Please map it to "work_notes" field and try.

 

Thanks,

Arav

@Talya Checking back to see if the approach suggested worked ? If yes, please mark the response as correct.

Talya
Tera Contributor

@Arav Thank you, I just accepted as solution.