ExtraFieldText
Extra FieldText
that IDOL Community Component must add to the SecurityInfo
string. You can use placeholder values, which it replaces with field values that OmniGroupServer returns. Specify placeholders by placing a dollar sign ($) on either side of the OmniGroupServer field name whose value you want to use, for example $FIELD$
.
For example, if you set:
ExtraFieldText=LESS{$PRICE$}:PRICEFIELD+AND+MATCHALL{$COUNTRY$}:COUNTRYFIELD
IDOL Community Component replaces the $PRICE$
and $COUNTRY$
placeholders values that it retrieves from OmniGroupServer. It adds the altered FieldText
to the SecurityInfo string. For example:
ExtraFieldText=LESS{2.45}:PRICEFIELD+AND+MATCHALL{GBR,USA}:COUNTRYFIELD
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Security |
Example: | ExtraFieldText=LESS{$PRICE$}:PRICEFIELD+AND+MATCHALL{$COUNTRY$}:COUNTRYFIELD
|
See Also: | ExtraText |