- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2018 01:38 PM
I added a field work_notes to the Request Item form using Configure->Form Design.
I positioned it below the Additional Notes field in the Selected List in Configure->Form Layout.
My expectation is that the Additional Notes field would display above the Work Notes field on the form. However, the Work Notes field displays above the Additional Notes field.
I've double-checked the From Layout and the Additional Notes field is listed above the Work Notes field in the Selected List.
How do I get the positioning I want?
Thanks,
Mike
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2018 01:58 PM
Hi Mike,
Click on the icon filter
Click on Configure variable fields and rearrange them here.
Thanks,
Nithish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2018 01:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2018 02:11 PM
Hi Mike,
To change the order of the journal fields (additional comments, work notes) you need to create a sys_properties and change the order there.
- Type sys_properties.list in the application navigator
- search for "glide.ui.sc_req_item_activity.fields" property. If it doesn't exist then create it using the name I provided
- Set Type: string
- Value: stage,cmdb_ci,state,opened_by,comments,work_notes,*Attachments*,*Email*
***** Notice how comments comes before work_notes in the value section. The value section contains the fields you want to be available in the activity stream. You'll need to amend these to what makes sense for your organisation *****
sys_properties (glide.ui.sc_req_item_activity.fields) example:
Result:
Let me know if this worked for you
Brent
P.S. If my suggestion helped then please mark as helpful and/or correct so other community members can benefit from this information.