Attribute Summary |
integer | ARAccessMethod
Method used by the API to access AR System forms. (CI Relationship Viewer uses whichever method makes sense in the context.) When FederationAccessMethod is AR, this attribute is required. Otherwise, it is ignored. Values are Native (0, default) and Web (1). No default value. |
character | ARFormName
Name of the AR System form to access. |
character | ARQuery
Qualification that selects the AR System entries to return. When FederationAccessMethod is AR, this attribute is required. Otherwise, it is ignored. Enclose field names in single quotation marks. To give context to this string, you can include any combination of the following keywords: $<Attribute-Name>$ -- Value of any specified attribute of the instance from which this interface is launched in context. $#KEY#$ -- Value of the foreign key on the relationship between the federated product being launched in context and the instance from which it is being launched. $#WEBPATH#$ -- Default Web path for this AR System server. $#CLASSNAME#$ -- Class name of the instance from which this interface is launched in context. $#CLASSNAMESPACE#$ -- Namespace of the class of the instance from which this interface is launched in context. Example: 'ComputerName' = $Name$. This returns entries where the value of the ComputerName field in the external form matches the Name attribute of the instance in context. |
character | ARServerName
Name of the AR System server. When FederationAccessMethod is AR, this attribute is required. Otherwise, it is ignored. |
character | ARViewName
Name of the view of ARFormName to open. When FederationAccessMethod is AR, this attribute is required. Otherwise, it is ignored. |
character | DataSource
Data needed by the integration layer to create SQL views. |
integer | FederationAccessMethod
Method used by the API to access federated data. The value you enter in this attribute determines what to enter in the FederationAccessString attribute. Values are AR (0, default), URL (1), Run Process (3), Manual (4), and Data Store (5). Data Store (5) is not supported in this release. |
character | FederationAccessString
Information used by the specified FederationAccessMethod to launch federated data. This attribute is required for all access methods other than AR. It can contain a URL to open, a process to run, or manual steps to perform to gain access to the federated instance. You can use all the keywords specified for the ARQuery attribute to give context to this string. A Run Process command should include appropriate parameters and a path if needed. If a path is not specified, make sure the executable to launch is in the system's path. For manual access methods, specify the steps to perform. Example: (1) Locate the box from here, (2) open it like this, (3) set the monitor up, and so on. |
integer | FederationActionType
Attribute that indicates whether the API simply launches the federated product in context to display the appropriate data or launches the product and returns the data. In this release, the only available value is Launch (0). |
character | Name
Name of the federated interface. Can be used as a subcategory of the name of the related federated product. |
character | Result1
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result10
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result2
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result3
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result4
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result5
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result6
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result7
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result8
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |
character | Result9
Character field used to map returned data when the FederationActionType is Launch and Return. Not used in this release. |