ServiceNow journal fields can be used to enter new data and to show a history of the entered data. These fields are generally used for comments, work notes, etc.
To use a journal field in a Mobile Reach App:
sys_journal_field table. In this example, a ServiceNow journal field called ‘work_notes’ is used.sys_journal_field table to the App. In this example, a recordset called WorkNotes is created.



If desired, you can use the journal field in online mode, so that records from the sys_journal_field table are not downloaded, and the related list search is performed in realtime.
Configuring online mode is similar to configuring offline mode, as described above, with the following changes:
To test the journal functionality on your device, access a task that has work notes and ensure the appropriate notes are displayed in the history area for that task. Create new work notes and after uploading/downloading to/from ServiceNow, ensure the new work notes are included in the history area for that task.