Wiki·schema·schema/swo-job-lvl-mile-stones.md

swo_job_lvl_mile_stones

This table maintains job level milestones within SWOs. It records critical checkpoints, approvals, and completion markers that define overall task progression.

Process: maintexecution · Component: BasAMPlan · Table type: Transaction Table Category: captures key milestones at the job level within a Shop Work Order (SWO)

This table is the canonical store for the JobMilestone entity.

Primary key

swomls_uniqueid

Columns (13)

#ColumnTypeDescription
1swomls_createdbyvarcharUser who created the milestone record.
2swomls_createddatedatetimeDate when the milestone was created.
3swomls_milestonevarcharName or code of the milestone.
4swomls_milestone_datedatetimeScheduled date for the milestone.
5swomls_milestone_descvarcharDescription of the milestone.
6swomls_mltstn_uniqueidBigintUnique identifier for the milestone.
7swomls_modifiedbyvarcharUser who last modified the milestone record.
8swomls_modifieddatedatetimeDate of last modification.
9swomls_ouinstanceintOrganizational unit instance associated with the milestone.
10swomls_remarksvarcharRemarks or comments about the milestone.
11swomls_swonovarcharAssociated Shop Work Order number.
12swomls_timestampintTimestamp of the milestone record.
13swomls_uniqueid 🔑bigintUnique ID for the milestone record.

Relationships (1)

  • ShopWorkOrder (swo_swoh_shop_wo_hdr) → SWO_HAS_MILESTONE (this table is target)
    • Join: swo_swoh_shop_wo_hdr.swoh_createdby = swo_job_lvl_mile_stones.swomls_createdby
    • SWO has job milestone

Sample rows (from live DB)

swomls_createdbyswomls_createddateswomls_milestoneswomls_milestone_dateswomls_milestone_descswomls_mltstn_uniqueid
dmuser2022-04-04 16:56:57.170testmilestone2022-04-04 16:56:57.1703780test swo1
dmuser2022-04-09 15:57:38.543testmilestone12022-03-10 09:56:48.000testmilestone1
dmuser2022-04-09 16:10:11.487testmilestone12022-03-02 07:00:00.000testmilestone1

Showing 3 of 43 rows.

See also