MM_WMS_DESIGN
|
This table holds information about designs created by the user. Many of these fields appear on the Design tab in Workflow Manager (Figure 4).
|
ID
|
Primary key for the design. This field is also a foreign key for the MM_WMS_APPROVED_DESIGNS, MM_WMS_COMPATIBLE_UNIT, MM_WMS_DN_COST_FACTOR, MM_WMS_GIS_DESIGN, and MM_WMS_WORK_LOCATION tables.
|
WORK_REQUEST_ID
|
This field refers to the ID field in the MM_WMS_WORK_REQUEST table.
|
DESIGN_NUMBER
|
Each design assigned to a work request is assigned an ID unique to that WR.
|
NAME
|
The user-assigned name of the design as it appears in the Design Name field on the Design tab in Workflow Manager.
|
COMMENTS
|
Comments relating to the design.
|
TOTAL_COST
|
The total cost of the design.
|
DESCRIPTION
|
The user-entered description for the design as it appears in the Description field on the Design tab in Workflow Manager.
|
CREATE_DATE
|
The date that the design was created. This field is populated automatically.
|
COST_DESCRIPTION
|
A description of the cost.
|
CURRENT_OWNER_ID
|
The name of the current owner.
|
APPROVED_BY_ID
|
If the design has been approved, this field will be automatically populated with the name of the user who approved the design.
|
APPROVED_DATE
|
If the design has been approved, this field will be automatically populated with the date of the approval.
|
AS_BUILT_DN_ID
|
The ID of the as-built design from which a copy was made.
|
COPY_FROM_ID
|
The ID of the design from which a copy was made.
|
COPY_SAVED
|
Contains a boolean value indicating whether the design has been saved since being copied. 0 = false; any other value = true.
|
HIDDEN
|
This field allows you to determine whether the design is visible to the user. 0 = visible, any other value = hidden.
|
NON-POSTABLE
|
This field allows you to determine whether the user may post the design to the geodatabase. 0 = postable, any other value = non-postable.
|
NON-DELETABLE
|
This field allows you to determine whether the user may delete the design from the geodatabase. 0 = can delete, any other value = cannot delete.
|
COPY_TYPE
|
Indicates the combination of options chosen by the user as criteria for making the copy. This field uses the mmWmsDnCopyType enumeration, which includes the following valid values:
mmWmsDnCopyTypeNormal = 0
mmWmsDnCopyTypeAlternate = 1
mmWmsDnCopyTypeIncremental = 2
|
DESIGN_TYPE_ID
|
This field refers to the ID field in the MM_WMS_DESIGN_TYPE table.
|
DATABASE_ID
|
A unique identifier for Process Framework database from which the design originated. This value matches the value in the DATABASE_ID field of the MM_PX_DB_VERSION table. This is used only by Mobile.
|
WORKSPACE_DB_PROPERTIES
|
This field holds the login properties for the SDE database used to edit the design.
|
ENTERPRISE_ID
|
A unique identifier for the enterprise database. This field is used only by Mobile Designer.
|