Built In Process Symbols

Top  Previous  Next

Symbol

Stands For

Description

_selected

Is Process Record Selected

This symbol contains true if the current Process Record is selected by the user.

_modified

Is Process Record Modified

This symbol contains true if the current Process Record is modified by the user.

_maxcc

Maximum Completion Code

This symbol is valid during and after execution of the processes and contains the maximum completion code of the executed processes.

_maxlcc

Maximum Level Completion Code

This symbol is valid during execution of the processes and contains the maximum completion code of the executed processes in the current level. After execution of the processes completed the value of this symbol is transferred to the variable pool.

_stepname_cc

Step Completion Code

This symbol is valid during and after execution of the processes and contains the completion code of the process whose step name is stepname. e.g. _DeleteStep_cc

_nextpage

Next Page

It contains the name of the page to be displayed next. New values can be assigned to it.

_errorpage

Error Page

It contains the name of the error page to be displayed when maximum completion code is greater that 8. New values can be assigned to it.

_continuepage

Continue Page

It contains the name of the continue page to be displayed after the error page when "Click here to continue" link is clicked. New values can be assigned to it.