Orchestration Process Step Details
The Orchestration Process Step Details view object that extracts orchestration process step details from the sales orders, such as fulfillment line, task, service, status, and so on.
Data Store Key : FscmTopModelAM.ScmExtractAM.DooBiccExtractAM.StepInstanceDetailExtractPVO
Primary Keys : StepInstanceDetailId
Initial Extract Date : StepInstanceDetailCreationDate
Incremental Extract Date : StepInstanceDetailLastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
Name | Description |
---|---|
StepInstanceDetailCreatedBy | User who created the orchestration process step detail row. |
StepInstanceDetailCreationDate | Date when the orchestration process step detail row was created. |
StepInstanceDetailFulfillLineId | Value that identifies the fulfillment line associated to the orchestration process step detail row. This is a foreign key to the Fulfillment Lines view object. |
StepInstanceDetailId | Value that uniquely identifies the orchestration process step detail row. This is the primary key of the Orchestration Process Step Details view object. |
StepInstanceDetailLastUpdateDate | Date when the orchestration process step detail row was last updated. |
StepInstanceDetailLastUpdateLogin | Session login associated with the user who most recently updated the orchestration process step detail row. |
StepInstanceDetailLastUpdatedBy | User who most recently updated the orchestration process step detail row. |
StepInstanceDetailLineId | Value that identifies the sales order line associated to the orchestration process step detail row. This is a foreign key to the Sales Order Lines view object. |
StepInstanceDetailObjectVersionNumber | Number of times the orchestration process step detail row has been updated. |
StepInstanceDetailSplitFromGroupFlag | Indicates whether the fulfillment line was created due to a split. A list of acceptable values is defined in the lookup type YES_NO. |
StepInstanceDetailStatusCode | Code that identifies the status of the orchestration process step detail. |
StepInstanceDetailStepInstanceId | Value that identifies the orchestration process step instance associated to the orchestration process step detail row. This is a foreign key to the Orchestration Process Step Instances view object. |
StepInstanceDetailTaskEligibleFlag | Indicates whether the fulfillment line is eligible for the task. A list of accepted values is defined in the lookup type YES_NO. |
StepInstanceDetailTaskTypeId | Value that identifies the task type associated to the orchestration process step detail row. This is a foreign key to the Task Types view object. Order Management uses this values when processing change order. |
StepInstanceDetailWebServiceId | Value that identifies the task service associated to the orchestration process step detail row. This is a foreign key to the Task Services view object. |