Multiple choice technology programming languages

Which one of the following @function is used to display all Response document and Response to Response document of the parent document?

  1. @Responses

  2. @AllChildren

  3. @AllDescendents

  4. @AllResponses

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

@AllDescendants is the Lotus Notes formula function that retrieves all response documents AND all response-to-response documents (the entire hierarchy below a parent). @Responses only gets direct responses, while @AllChildren is not a standard function.