Multiple choice technology platforms and products

Trigger fires in the following sequence when a form is opened

    1. Pre-Form 2. Pre-Block 3. Pre-Record 4. When-New-Form-Instance 5. Pre-Text-Item
    1. Pre-Form 2. Pre-Block 3. Pre-Record 4. Pre-Text-Item 5. When-New-Form-Instance
    1. Pre-Form 2. pre-Record 3. Pre-Text-Item 4. pre-block 5. When-New-Form-Instance
    1. When-New-Form-Instance 2. Pre-Block 3. Pre-Record 4. Pre-Text-Item 5. pre-form
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When a form opens, triggers fire in hierarchical order: form level (PRE-FORM), then block level (PRE-BLOCK), then record level (PRE-RECORD), then item level (PRE-TEXT-ITEM), and finally the form instance trigger (WHEN-NEW-FORM-INSTANCE). Option B correctly sequences these from form to item level.