Use cases

  • The in built use cases are mentioned in the below table.

Use case

Event Category

Event

Processor

Description

1. CreateProduct

Engineering Item

Created

CreateProduct

Generates the payload from the received newly created object ID of an Engineering item and sends the Engineering item details to D365 FO. For more information about payload structure please check Payload for create product use case.

2. SendBOM

Engineering Item

Status Changed (RELEASED)

SendBOM

Generates the payload from the received released Engineering item object ID and sends the BOM details to D365 FO. For more information about payload structure please check Payload for send BOM use case.

3. ReleasedDocuments

Engineering Item

Status Changed (RELEASED)

ReleasedDocuments

Generates the payload from the received released Engineering item object ID and sends the document details attached to the engineering item to D365 FO. For more information about payload structure please check Payload for release documents use case.

4. ReviseProduct

Engineering Item

Versioned

ReviseProduct

Generates the payload from the received revised Engineering item object ID and Sends the version information of an engineering item to D365 FO. For more information about payload structure please check Payload for revise product use case.

5. CreateChange

Change Action

Created

CreateChange

Generates the payload from the received newly created change action object ID and sends the details of the Change Action to D365 FO. For more information about payload structure please check Payload for create change use case.

6. CreateChangeAssociation

Change Action

Status Changed (Complete)

CreateChangeAssociation

Generates the payload from the received released change action object ID and sends the details of the Change Action along with the associated BOM information to D365 FO. For more information about payload structure please check Payload for create ChangeAssociation use case.

  • Following is the list of processors which are available out of the box to send the information to D365 FO.

Processors

Description

1. CreateProduct

Uses the Engineering item id to construct the payload for the Engineering item. This use-case uses 5 processors to send the information to the D365 FO. Following are the processors which will be executed in sequence.

Processors

Description

ProductsV2

Create the number for global entity.

ReleasedProductsV2

Create entity for locale company.

ProductMasterStyles

Create entity for revision.

ReleasedProductVariantsV2

Create entity for variant management.

BillOfMaterialsHeadersV2

BOM Lines associated with BOM Header.

2. CreateChange

Uses the Change Action id to construct the payload for the Change Action.

3. CreateChangeAssociation

Uses the Change Action id to construct the payload for the Change Action associated with the Engineering item.

4. SendBOM

Uses the engineering item id to construct the payload containing the BOM details.

5. ReleasedDocuments

Uses the engineering item id to construct the payload containing the document (specification) details associated with engineering item.

6. ReviseProduct

Uses the Engineering item id to construct the payload for the Engineering item. This use-case uses 3 processors to send the revised information to the D365 FO. Following are the processors which will be executed in sequence.

Processors

Description

ProductMasterStyles

Create entity for revision.

ReleasedProductVariantsV2

Create entity for variant management.

BillOfMaterialsHeadersV2

BOM Lines associated with BOM Header.