Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How do I…

Expand
titleMove IF-ENDIF blocks in task within task.
  1. Select IF
  2. Click on Move up or down to move the entire block


Expand
titleRemove IF block in a task
  1. Select IF
  2. Click on remove step
  3. User is given three options
    1. RemoveBlock: On selecting this option, all steps (including intermediate ELSE IF / ELSE) will be removed from Task.
    2. RemoveCondition: On selecting this option, only conditional structure of block is removed, all steps are retained.
    3. Cancel: exits the popup or return.


Expand
titleRemove ELSE-IF or ELSE block in a task
  1. Select ELSE IF or ELSE
  2. Click on remove step
  3. User is given three options
    1. RemoveBlock: On selecting this option, all steps under ELSE IF / ELSE including the selected ELSE IF or ELSE will be removed from Task.
    2. RemoveCondtion: On selecting this option, only selected ELSE IF or ELSE is removed. Steps are retained and they will execute as a part of upper IF or ELSE IF, whichever is present.
    3. Cancel: Exits the popup or return.


Expand
titleRemove conditional structure only and retain steps
  1. Select the condition you want to remove (IF/ELSE IF/ELSE)
  2. Select option “RemoveCondition”



  1. Move IF-ENDIF blocks in task within task.
  2. Select IF
  3. Click on Move up or down to move the entire block
  4. Remove IF block in a task
  5. Select IF
  6. Click on remove step
  7. User is given three options
  8. RemoveBlock: On selecting this option, all steps (including intermediate ELSE IF / ELSE) will be removed from Task.
  9. RemoveCondition: On selecting this option, only conditional structure of block is removed, all steps are retained.
  10. Cancel: exits the popup or return.






  1. Remove ELSE-IF or ELSE block in a task
    1. Select ELSE IF or ELSE
    2. Click on remove step
    3. User is given three options
      1. RemoveBlock: On selecting this option, all steps under ELSE IF / ELSE including the selected ELSE IF or ELSE will be removed from Task.
      2. RemoveCondtion: On selecting this option, only selected ELSE IF or ELSE is removed. Steps are retained and they will execute as a part of upper IF or ELSE IF, whichever is present.
      3. Cancel: exits the popup or return.

...

  1. I have following structure:If- ElseIf – ElseIf - Else - End If. I want to change that to structure if-ElseIf - Else - End If.
    1. Select the first Else if block
    2. Click on "Remove step" on toolbar
    3. On the informational message pop up, click on RemoveBlock

...