What is Formatter and Types of Formatter?

Srinivas snow28
Tera Contributor

What is Formatter and Types of Formatter?

1 ACCEPTED SOLUTION

AshishKM
Kilo Patron

Hi @Srinivas snow28 ,

 

It's a form element used to display information that is not a field in the record. Add formatters to a form by configuring the form.


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

2 REPLIES 2

AshishKM
Kilo Patron

Hi @Srinivas snow28 ,

 

It's a form element used to display information that is not a field in the record. Add formatters to a form by configuring the form.


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Mary MCA MSW
Tera Contributor

Hello

A formatter in ServiceNow is a UI component that enhances the display of records in a form by formatting or structuring data in a user-friendly way. Formatters do not store data but visually represent it for better usability.

 
Types of Formatter?

Custom Formatters

Navigate to > System UI > Formatters.
If the built-in formatters don't meet your needs, you can create a custom formatter using UI Macro or UI Script.