You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equipment Form (WO204000)
New Meter Amounts Tab
Add a new Meter Amounts tab with a child grid to new WOEquipmentMeter DAC
Showing:
MeterCD
Descr
MeterAmt
MeterDate
ExtRef
Existing Schedules Tab
See schema definition for dropdowns/captions/etc…
After Description, add new Basis field
Existing Fields:
Lead TimeDays, FrequencyDays, LastWODate, NextWODate
ONLY enable if Basis if (D)ate or (B)oth
At end of table after Next Scheduled Date, add:
MeterID Lookup
StartMeter
FrequencyMeter
LeadTimeMeter
LastWOMeter
NextWOMeter
This section of fields should ONLY be enabled if Basis is (M)eter or (B)oth
If Basis is G (Threshold Max) or L (Threshold Min)
Only enable MeterID Lookup and StartMeter
Upon saving record, update/calculate NextWOMeter and NextWOMeterReady values
For Meter or Both Basis:
If Equipment’s MeterAmt > NextWOMeter – LeadTimeMeter, also set Next WOMeterReady = true
For G (Threshold Max)
If equipment’s MeterAmt >= Schedule’s StartMeter, set NextWOMeterReady = true
For L (Threshold Min)
If equipments MeterAmt <= Schedule’s StartMeter, set NextWOMeterReady = true
Note: Also need to recalculate/set the WOMeterReady any time main Equipment’s MeterAmt changes as well
The text was updated successfully, but these errors were encountered:
Equipment Form (WO204000)
New Meter Amounts Tab
Add a new Meter Amounts tab with a child grid to new WOEquipmentMeter DAC
Showing:
MeterCD
Descr
MeterAmt
MeterDate
ExtRef
Existing Schedules Tab
See schema definition for dropdowns/captions/etc…
After Description, add new Basis field
Existing Fields:
Lead TimeDays, FrequencyDays, LastWODate, NextWODate
ONLY enable if Basis if (D)ate or (B)oth
At end of table after Next Scheduled Date, add:
MeterID Lookup
StartMeter
FrequencyMeter
LeadTimeMeter
LastWOMeter
NextWOMeter
This section of fields should ONLY be enabled if Basis is (M)eter or (B)oth
If Basis is G (Threshold Max) or L (Threshold Min)
Only enable MeterID Lookup and StartMeter
Upon saving record, update/calculate NextWOMeter and NextWOMeterReady values
For Meter or Both Basis:
If Equipment’s MeterAmt > NextWOMeter – LeadTimeMeter, also set Next WOMeterReady = true
For G (Threshold Max)
If equipment’s MeterAmt >= Schedule’s StartMeter, set NextWOMeterReady = true
For L (Threshold Min)
If equipments MeterAmt <= Schedule’s StartMeter, set NextWOMeterReady = true
Note: Also need to recalculate/set the WOMeterReady any time main Equipment’s MeterAmt changes as well
The text was updated successfully, but these errors were encountered: