ProductChangeOrders
The Product Change Orders manages the change object.
Columns
| Name | Type | Description |
| ChangeId [KEY] | String | The primary key of the change object. |
| BaseChangeMgmtTypeCode | String | The base change management type code of the change object. |
| ChangeTypeId | String | Value that uniquely identifies the type of change object. |
| ChangeNotice | String | The unique numerical identifier for the change object. |
| ChangeName | String | The unique name of the change object. |
| Description | String | The description of the change object. |
| OrganizationId | String | Value that uniquely identifies the organization of the change object. |
| PriorityCode | String | Abbreviation that identifies the priority of the change object. |
| ReasonCode | String | Abbreviation that identifies the reason for the change. |
| ApprovalDate | Datetime | The approval date of the change object. |
| ChangeTypeValue | String | The value that determines the type of change. |
| OrganizationCode | String | The organization code of the change object. |
| PriorityCodeValue | String | The value that determines the priority of the change object. |
| ReasonCodeValue | String | The value that indicates the reason for the change. |
| NeedByDate | Datetime | The date by which the change is expected to be done. |
| CanUpdate | String | Value that indicates if a change order can be updated. |
| AssigneeId | String | Value that uniquely identifies the user assigned to the change object. |
| RequestorId | String | Value that uniquely identifies the user who requested the change object. |
| AssignedTo | String | The user to whom the change object is assigned. |
| RequestedBy | String | The user who requested the change object. |
| SourceTypeCode | String | The source type code of the change object. |
| StatusType | String | The status type of the change object. |
| StatusCode | String | StatusCode of ProductChangeOrders |
| ApprovalStatus | String | ApprovalStatus of ProductChangeOrders |
| StatusTypeValue | String | The status type value of the change object. |
| StatusCodeValue | String | The status code of the change object. |
| ApprovalStatusValue | String | The approval status of the change object. |
| EffectiveImmediatelyFlag | Bool | The flag that indicates that the change object is effective immediately. |
| EffectivityIncrementDays | Long | The number of days by which the effective date of the change object should be incremented. |
| InitiationDate | Datetime | The initiation date of the change object. |
| ImplementationDate | Datetime | The implementation date of the change object. |
| CancellationDate | Datetime | The cancellation date of the change object. |
| ApprovalRequestDate | Datetime | The approval request date of the change object. |
| WfProcessInstanceId | String | The process instance ID of the change object. |
| WfProcessTemplate | String | The process template of the change object. |
| CreatedBy | String | The user who created the change object. |
| CreationDate | Datetime | The creation date of the change object. |
| LastUpdatedBy | String | The user who last updated the change object. |
| LastUpdateDate | Datetime | The last update date of the change object. |
| LastUpdateLogin | String | LastUpdateLogin of ProductChangeOrders |
| AssignedToRole | String | Role that is used to define users to whom the change object can be assigned. |