Add a work notes journal field (with post button) to form

SC10
Kilo Guru

How would I go about adding the typical work notes field (with the post button) to a custom form? I've tried to simply add the activity log, and configured it display the description of the form (and if it changes), but the work notes field didn't show up along with the activity log.

Any ideas?

1 ACCEPTED SOLUTION

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

You need to create a journal input field.


Then you can get it like this. I've done this on my own table which isn't extended from any table:



find_real_file.png



I noticed that I had to click on the filter icon(marked as 1.) and check my field to be on the right side like this to get the post button:


find_real_file.png



//Göran


View solution in original post

13 REPLIES 13

Excellent work, this was exactly what I needed. Thank you

Glad it's still helpful!

Mr world wide
Mega Guru

OOB Its works fine, but you can use the POST button only once on the form.

 

I've included the screenshots below for you to look over.

Custom Journal with Post button.png

 


Comments/Worknotes section:

Activities (filtered) - You can use only once on the form..png

 

Nice learning exp.

Interesting. Was this specific to a release or ongoing since trying to implement this on your table?