Configuring Exported Custom Product Attributes When Creating DesignSync Modules

You can specify the DesignSync property name on the module where the custom product attribute will be exported when creating a DesignSync module.

Note: You can use the emxSemiTeamCollab.Export.ExportableAttributes property in the emxSemiTeamCollab.properties file to specify which product custom attributes are exportable from Defect Management and Collaboration to DesignSync.

See Property for Exported Custom Product Attributes When Creating DesignSync Modules.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To specify the DesignSync property name on the module where the custom product attribute will be exported when creating a DesignSync module, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxSemiTeamCollab.Export.ExportableAttributes=<DesignSyncPropertyName>:<selectable>, <DesignSyncPropertyName>:<selectable>

      where the values, consisting of the following parts, are specified in a comma-separated list:

      • <DesignSyncPropertyName> is the DesignSync property name on the module where the custom product attribute will be exported. These can contain internal spaces.
      • <selectable> specifies the value of the custom product attribute for the DesignSync module property.

      For example:

      emxSemiTeamCollab.Export.ExportableAttributes=BasePrice:attribute[Base Price].value, ModelName:to[Products].from.name
      This property entry means after the successful export of the custom product attributes to DesignSync, the corresponding DesignSync module version and branch will have the property BasePrice (the value of which is provided from product attribute Base Price) and the property ModelName (the value of which is equal to the product name).

    2. Set the value for this property depending on your business requirements.
  3. When you are finished updating the text file with all properties that you want to modify, use the text file to modify the emxSemiTeamCollab.properties page object. For more information, see Editing Properties Using MQL.