Sys ui page form section "element"?

xiaix
Tera Guru

Screen Shot 09-10-15 at 07.56 AM.JPG

What is a Form Section Section "Element"??   I know what an element is (DOM wise), but I'm unclear what it means in ServiceNow.   I've googled this and cannot find the answer.

What I'm trying to do is the following:

I have a custom table, that creates records:

Screen Shot 09-10-15 at 08.00 AM.JPG

At the bottom of a record form, I want to insert a static image.   The reason I'm doing this is because it's needed when the user prints the form.   I figured I could accomplish this by adding a dedicated form "section", and then place an "image element" where I could then choose the image I want displayed...   but it appears this isn't possible?

Here's a visual of what I need.... first, user goes into the record:

Screen Shot 09-10-15 at 08.04 AM.JPG

Now, user is presented with the form, which they will fill out and then print.   Here is what the form currently looks like:

Screen Shot 09-10-15 at 08.07 AM.JPG

There are a few more lines before the end, but at the bottom of this form I need to insert a static image.   How do I do that?

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee
2 REPLIES 2

Brad Tilton
ServiceNow Employee
ServiceNow Employee

I would do this with a ui macro+formatter.



Creating a Formatter - ServiceNow Wiki


Yes, exactly.   I had figured this out soon after I posted but forgot to update this thread.   You are spot-on, Brad... thanks!