Customizing Workflow for a Newly Added Relationship

To customize the workflow for a newly added relationship, perform the following steps:

Important:
  • NEWRELATONSHIP (newly created relationship)
  • Its corresponding data source and input maps should be created in the Fulfillment Catalog Metadata Studio Project and deployed successfully into the Fulfillment Catalog enterprise.
  • Follow the naming convention of Repository name, its data source name, and input maps names as per RelationshipDataMap.csv file present in $AC_HOME/samples/ directory. Ensure corresponding CSV file as per the created data source for import.

Procedure

  1. Open the $AC_HOME/samples/ directory and edit the RelationshipDataMap.csv file as shown in the following example:
  2. After the line REQUIRES_PRODUCT, GROUPREQUIRESPRODUCTS_PARENT_IMAP, REL_GROUPREQUIRESPRODUCT_DS, RelationshipAttribute_GroupRequiresProducts.csv add the new line for every forward relationship of the new repo NEWREPO, <RELATIONSHIPNAME>PARENT_IMAP, REL<RELATIONSHIPNAME>DS, RelationshipAttribute<RELATIONSHIPNAME>.csv.
    Note:
    • The first line of RelationshipDataMap.csv indicates that the reponame should be written first followed by ForwardRelationshipNameInputMap name, datasource name, and CSV file name, in the same order it should be imported.
    • Adhere to the <RELATIONSHIPNAME>_PARENT_IMAP format for the input map when creating it in MDM Studio.
    • Adhere to the REL_<RELATIONSHIPNAME>_DS format for the data source when creating it in MDM Studio.
    • Adhere to the RelationshipAttribute_<RELATIONSHIPNAME>.csv file to be imported.