Design Car_workshop object with following fields

Design Car_workshop object with following fields ( decide fields type)

task#
Car registration number
Car serial#
entrydate
expected exitdate
actual exit date
who is working on this ( user ref)
status ( in queue, in work, on hold, completed)
Action details ( work description )
Items added ( parts installed )
contact ref
contact name
contact phone
contact mobile


validations:

contact cant be blank
serial# cant be blank
entry date cant be blank
( if status is completed then exit date cant be blank)
(exit and actual exit date cant be less than entry date)
actual details should be greater than 20 chars
send email to contact once status is set as completed.
 
Once this is done and understood, we shall take it to next level.

Comments

Popular Posts