Defines configuration for a single tenant.
Path
Domains > Domain > Feeds > Feed
Attributes
This element has the following attributes.
Feed element attributes
Attribute |
Description |
---|---|
|
Feed name. Must correspond to the name of a feed in the Feeds > Feed element. |
|
Specifies if the feed is used in the tenant. The feed must be enabled in the corresponding Feeds > Feed element to be used in a tenant. If the feed is enabled in the tenant, the value is If the feed is disabled in the tenant, the value is |
Nested elements
This element is a container for the following nested element:
Actionable fields for this feed in this tenant.
The specified actionable fields replace actionable fields that are defined for this feed in the Feeds > Feed > ActionableFields element (if such fields are defined).
This element is optional.
For more information, see section "Feeds > Feed > ActionableFields".
Example
The following is an example of this element.
<Feed feedname=ExampleFeed used="true"> <ActionableFields> <ActionableField name="ExampleField" output_name="ExampleOutputField"/> ... </ActionableFields> </Feed> |