Multiple choice technology

The purpose of In parameter in client event is

  1. provides input to the service

  2. format the working document

  3. display the user screen

  4. lookup for the service name

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

In client events, the In parameter is used to display the user screen - it specifies which screen or UI elements to present to the user. Option A refers to service events. Option B is not the primary purpose of In parameters. Option D refers to service lookup operations.