ExtraFieldText
Extra FieldText
that IDOL Server 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 Server 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: | |
Example: | ExtraFieldText=LESS{$PRICE$}:PRICEFIELD+AND+MATCHALL{$COUNTRY$}:COUNTRYFIELD
|
See Also: | ExtraText |