Skip to content

Data Models

slombardo edited this page Nov 5, 2018 · 3 revisions

Device

Field Name Required
Id ✔️
DeviceModel ✔️
SerialNumber ✔️
StatusId (lookup) ✔️
Notes
ReceivedFrom (Contact Id) ✔️
Recipient (Contact Id)

DeviceModel

Field Name Required
Id ✔️
Model # ✔️
BrandId

Brand

Field Name Required
Id ✔️
Name ✔️

AssemblyPhase: A phase composed of a series of steps to reach the next phase

Field Name Required
Id ✔️
DeviceModelId ✔️
ImageUrl
Description

AssemblyPhaseStep: A step containing instructions

Field Name Required
Id ✔️
AssemblyPhaseId ✔️
Instruction ✔️

AssemblyPhaseStepMarker: Markers on a phase image related to a step (and optionally a part)

Field Name Required
Id ✔️
AssemblyPhaseStepId ✔️
Xpos ✔️
Ypos ✔️
PartId

Part

Field Name Required
Id ✔️
DeviceModelId ✔️
Name ✔️
Part Number
ImageUrl

Contact

Field Name Required
Id ✔️
Typical Contact Details ✔️

Clone this wiki locally