Multiple choice technology platforms and products

Which activity will be executed on the creation of work object

  1. Newdefaults

  2. Newdefault

  3. PyDefault

  4. None of the above

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

The Newdefaults activity (with 's') is automatically executed when a work object is created, initializing properties with default values. This is a framework-provided activity that runs as part of the object creation process. 'Newdefault' is a common misspelling, and PyDefault is a different mechanism for property initialization.