SFHub Enumerator (Studio only)
SFHub enumerators are identifiers defined in the For and For Each
code blocks. The enumerator is defined for the specific element, so
there will be an instance of the enumerator for each element and it will
be accessible from all the subsequent SFCodeBlocks of the analytic. The
accessibility domain of an enumerator specifies in which section of the
analytic the enumerator can be referenced.
Enumerators will persist until the end of the For or For Each code
block.
As a Call statement does not support parameters, all enumerators,
accessible at the level of the CALL statement, will be accessible inside
the FUNCTION.
The following sectiontopic provides more detail about SFHub Enumerators.