Attribute Types
The values of attributes are fetched based on the attribute types. Following are the attribute types with their IDs:
- 1001 (Static) - Store attribute values in the AAI_AOM_STATIC and AAI_AOM_STATIC_TL tables.
- 1002 (Query) - Enter the SQL query in V_ATTRIBUTE_VALUE1 in the AAI_AOM_APP_COMP_ATTR_MAPPING table, which has to be fired to fetch the attribute values.
- 1003 (JavaAPI) – Enter the method that is configured for V_ATTRIBUTE_VALUE1 for the required attribute. The configured method in the classpath is invoked to get the attribute values in this case.
- 1004 (Hierarchy) – Specify the Hierarchy code to be fetched in V_ATTRIBUTE_VALUE1 in the AAI_AOM_APP_COMP_ATTR_MAPPING table.
- 1005 (Multi Select Hierarchy) – Specify the Multi Select Hierarchy entries in the AAI_AOM_APP_COMP_ATTR_TL table.
- 103 (DATE) - This is used for configuring FIC_MIS_DATE. The V_ATTR_CONTROL_TYPE value should be 11.
- 102 (Text Box) - This is used for the Description field. The V_ATTR_CONTROL_TYPE value should be 7.