CAD · Question #156
Which are valid caller access field options? Choose 3 answers
The correct answer is A. Caller Tracking C. None E. Caller Restriction. Caller access is a field-level property in ServiceNow that controls how a field is exposed, especially in Scripted REST APIs. The three valid options are: Caller Tracking (A), which logs which caller accesses the field; None (C), which applies no special access control; and…
Question
Which are valid caller access field options? Choose 3 answers
Options
- ACaller Tracking
- BAccessible from
- CNone
- DAllow Configuration
- ECaller Restriction
- FCaller Permission
How the community answered
(21 responses)- A95% (20)
- D5% (1)
Explanation
Caller access is a field-level property in ServiceNow that controls how a field is exposed, especially in Scripted REST APIs. The three valid options are: Caller Tracking (A), which logs which caller accesses the field; None (C), which applies no special access control; and Caller Restriction (E), which limits field access to authorized callers only. 'Accessible from,' 'Allow Configuration,' and 'Caller Permission' do not exist as valid caller access options in ServiceNow.
Topics
Community Discussion
No community discussion yet for this question.