PickOperator control used in property pySubstituteOperator
The OOTB control PickOperator displays ALL the operator IDs from Data-Admin-Operator-ID class. But if we want to customize this to display only the ones in the current operator Access Group ( OperatorID.pyAccessGroup ) - then is there any OOTB control for it. If not what changes do we need to make in this control :
=========================================================================
{when $mode-show}
{$this-value}
{else} {* input or prompt *}
<SPAN nowrap>
{include Messages}
<input name="{$this-Name}"
type="text" id="{$this-Definition(pyPropertyName)}{% tools.getParamValue("pega_RLindex") %}" value="{$this-Value}" size="{% thisRef().fromDefinition("pyExpectedSize") %}"
maxlength="{% thisRef().fromDefinition("pyMaxLength") %}"
ISNS_FIELDTYPE="RULEKEY" ISNS_POPUPTYPE="DIV"
ISNS_CLASS="Data-Admin-Operator-ID"
ONFOCUS="zUtil_SmartPromptFocusHandler()"
CLASS="InputIntellisenseStyle" AUTOCOMPLETE="on">
</SPAN>
{end}
=========================================================================