Order of combined journal fields is different on different tables or if the record is new

Wayne Richmond
Tera Guru

Hi. I've overridden the default behaviour of the new combined journal fields (specifically Work Notes and Customer Comments) so that both fields appear all the time (see my post here: Disable combined journal fields). However, I've noticed that on some forms the order of each field can be different. E.g.

Existing Requested Item:

find_real_file.png

New Requested Item (no Post or toggle buttons):

find_real_file.png

Existing Incident (swapped):

find_real_file.png

New Incident:

find_real_file.png

Existing Legal record (custom table):

find_real_file.png

New Legal record (Draft Text is not a journal field but has dropped beneath the journal fields and the File Notes (work_notes) and Correspondence (comments) boxes have swapped):

find_real_file.png

How can I get consistent behaviour on all tables and regardless of whether it's a new record or not?

1 ACCEPTED SOLUTION

Stefan Baldhof1
Kilo Guru

Hi Wayne,



after some testing with form layouts and the configuration of the "Activities (filtered)" element on the form it seems to behave like following:



For new records: the order of the fields depend on the configuration done via "Configure - Form Layout" (or the form designer). See following screenshot - we prefer to have the "Work Notes" at first position to prevent accidentally adding (internal) work notes to the "Additional Comments" field



configure_form_layout.png



For existing records: For these the order seems to depend on how you configured the "Activities" element (assuming, you also use this element on the affected forms):



configure_activities_1.png


---



configure_activities_2.png



Regards,


Stefan


View solution in original post

10 REPLIES 10

There is a self service view but neither Draft Text nor File Notes appear on that view.


At this point I'm running out of ideas



Already tried to remove one field from the form (the hidden one or the "Draft Text")? Just to check, if one of them interferes in any way with the actual displaying on the form - I know that it's kind of poking around in the dark now


Thanks Stefan. I think I'll raise this one on hi. The only reason I can think of this happening is because the the journal fields must always appear above the activity field where the journal entries are displayed. When the record is new there are no Activities, therefore the fields appear where they should. When the record is saved and the Activities show, the fields that are between the journal fields and Activities are bumped in the order on the form. I've confirmed this by adding another field next to Draft Text and the same thing happens.


The official word from SN:



Root cause:


- With UI 16, The behavior that you are experiencing is not a problem. The System is behaving as designed. The journal fields are been placed by the activity formatter for user experience purposes. For instance, once the journal field is updated, the content disappear from the field and appear on the activity formatter right away. When the formatter is not placed closer to the journal field, the users may think that the information on the field was lost because the data disappeared from the field and he doesn't know where it went.



- This is the reason that "Draft Text" field gets jumped before the journal fields on your "u_legal" form after submit.



- The behavior was different prior to upgrade to "Jakarta", because you have used UI 15 in your Geneva release



- There was a problem PRB659701 raised for this reported issue behavior, however development team has closed the problem as expected product design behavior.


Thanks for this update, Wayne.