AAI_WF_COMPONENT_PARAMETERS Table

The AAI_WF_COMPONENT_PARAMETERS table needs to be populated with the relevant parameters:

Figure 10-3 AAI_WF_COMPONENT_PARAMETERS table


This image displays the AAI_WF_COMPONENT_PARAMETERS table.

Figure 10-4 AAI_WF_COMPONENT_PARAMETERS1 table


This image displays the AAI_WF_COMPONENT_PARAMETERS table.

  • V_COMPONENT_ID- Specify the ID for the component. It should be the same as that is given in the AAI_WF_COMPONENT_REGISTRATION table.
  • V_PARAMETER_NAME – Specify the Parameter name which will be required by the component]
  • I_PARAMETER_ORDER – Specify the Parameter order.
  • I_DISPLAY_ORDER -- Specify the order in which the Parameters need to be displayed in the UI.
  • V_PARAMETER_CODE – Specify Parameter code.
  • TYPE_OF_DISPLAY – Specify the type of display for the parameter. For example: if text input required the value should be 1 or the selection drop-down value should be 2]
  • V_DEFAULT_VALUE – Specify if any default value needs to be provided for the parameter.
  • V_CLASS_NAME – Specify the class name for listing the drop-down values.
  • V_METHOD_NAME - Specify the name of the method for listing values.