Form annotations in wrong positions on form for journal fields on existing recordsDescriptionWhen using 2 annotations on a form layout for journal fields (like additional comment or work notes), on an existing record's form, the annotations are positioned together, i.e. they are not positioned as per the form layout. But it works fine for new records.Steps to Reproduce 1. On an Incident form, open form layout.2. On the notes section, where the Additional comments and work notes fields are present, add 2 annotations (choose any Type HTML or Plain text, won't matter). Make sure to have the following positioning arrangements. a) Add one annotation above the additional comments journal field and the other above the Work notes field.b) Make some distinguishable notes on those annotations to know which one is above which element. Eg. add blue label annotation to the Additional comments and red label annotation above the Work notes field.3. Click on 'Create New' module on the application navigator. Notice that the annotations are appearing as per the above layout designed.4. Now open any existing incident record.Expected result: The annotations should be appearing as per the above layout designed.Actual Result: The annotations (blue and red) are placed together.WorkaroundNot only annotations but also positioning any other fields with respect to journal fields (like comments or work notes) on an existing record's form will be positioned together, that is the expected behaviour and it has been developed in that way as the journal fields are grouped together.It is ideal to use "g_form.showFieldMsg" on the journal fields to achieve the functionality similar to what the customer wishes to achieve.Related Problem: PRB1379998