Configuration of Format-Specific Attributes

You can configure the trading partner-specific Synchronization profile graphical user interface (GUI) to allow users to specify different input variables.

You can determine which portions (or, format-specific attributes) of the trading partner GUI apply to which input values for the trading partner Catalog. You can create, modify, publish, and view the Catalog GUI.

Use the Rulebase to modify these format-specific attributes, based on the following input parameters:

  • OUTPUT_FORMAT
  • MARKETPLACE_NAME
  • ORGANIZATION_TYPE
  • DELIVER_TO

An example of a variable declaration for an input parameters is:

<declare usage="input">
         	<var>OUTPUT_FORMAT</var>
</declare> 

The values of these input parameters are always uppercase, and need to be compared to uppercase strings. Based on the input parameters above, the following variables can be assigned for customization:

  • ATTRIBUTE_LIST
  • DELIVERY_GROUP
  • OPERATIONS

An example of the variable declaration is:

<declare usage="output">
   <var>ATTRIBUTE_LIST</var>
 </declare>