CSA · Question #109
What type of field is Boolean and appears as a check box?
The correct answer is B. True/False. A field that is Boolean in nature and represented as a checkbox in ServiceNow is specifically known as a True/False field type.
Question
What type of field is Boolean and appears as a check box?
Options
- AYes/No
- BTrue/False
- COn/Off
- DBinary
- E0/1
How the community answered
(32 responses)- B88% (28)
- C3% (1)
- D6% (2)
- E3% (1)
Why each option
A field that is Boolean in nature and represented as a checkbox in ServiceNow is specifically known as a True/False field type.
'Yes/No' is a common concept but is not the specific field type name in ServiceNow that renders as a checkbox.
In ServiceNow, the standard field type for Boolean data that consistently displays as a checkbox in the UI is 'True/False', storing values as 1 for true and 0 for false.
'On/Off' is a common concept but is not the specific field type name in ServiceNow that renders as a checkbox.
'Binary' refers to a data storage format but is not a named field type that directly corresponds to a checkbox in ServiceNow.
'0/1' represents the underlying stored value for a Boolean field, but it is not the field type name itself.
Concept tested: True/False field type
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/data-dictionary-tables/concept/c_FieldTypes.html
Topics
Community Discussion
No community discussion yet for this question.