addInputParameter - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely EnterWorks
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2023
First publish date
2007
Last updated
2024-01-18
Published on
2024-01-18T18:45:39.198479
void addInputParameter(String name, String description, String[] options, String
      codeSetName, String defaultValue, boolean isRequired, int maxValues)

Adds an input parameter to the list for the CalloutBic

  • name – name of the parameter
  • description – detailed description for the parameter
  • options – optional list of possible values for the parameter or null if none. These will appear in a dropdown list for the parameter in the CalloutBic Settings tab. Must be null if codeSetName is defined.
  • codeSetName – optional name of an Enable code set containing the possible values for the parameter. The referenced values will appear in a dropdown list for the parameter in the CalloutBic Settings tab. Must be null if options is defined.
  • defaultValue – optional default/initial value for the parameter or null if not defined. If options or codeSetName is specified, this value must match a value in the referenced list.
  • isRequired – set to true if the parameter must be defined
  • maxValues – specifies the maximum number of values that can be configured for this parameter. This will be set to 1 for most parameters. When set to a value larger than one, the Settings tab for the CalloutBic will show the named parameter with a trailing number, starting at 0. For example, if the parameter is named "Attribute" and the maxValues is set to three, the CalloutBic will show the properties "Attribute0", "Attribute1", and "Attribute2"