AX1418
GetFeatureInfo function
Returns information about a feature installed by a product package. This function only returns values in systems where a standardized product package has been installed for use in the Axiom platform.
This function is primarily intended for use by product designers, so that feature information can be referenced in feature components, and so that certain functionality can be dynamically enabled or disabled depending on the presence of certain features.
NOTE: You can use a data lookup to return the same information as a GetFeatureInfo function. Whenever possible, it is recommended to use data lookups over Axiom functions for faster performance.
Syntax
GetFeatureInfo("Code", "Feature")
Parameter | Description |
---|---|
Code |
Use one of the following keywords to specify what information you want to return about the feature:
All of these items return blank if the specified feature is not installed in the current system. |
Feature |
The name or ID of the feature for which you want to return information. The name must match the exact feature name as defined in the product package. |
All non-numeric entries must be placed in double quotation marks, unless you are using cell references to reference the text held in another cell.
Remarks
GetFeatureInfo is a non-volatile function.
Examples
=GetFeatureInfo("Version","Capital Planning")
This example returns the version number of the installed feature named Capital Planning, such as 01.05.00.
=GetFeatureInfo("DateApplied","Capital Planning")
This example returns the date and time that the Capital Planning feature was last installed, such as 4/7/2015 7:58:38 PM.