The Sump Pump Status indicates whether or not the building sump is connected to the sewer system. A status set to Negative is a building sump that is not connected to sewer system, Positive is a sump building that is connected, and Suspect is a building that may or may not be connected. The Logic used to calculate the Sump Status is as follows:
If Sump Pit Type = Sanitary (code type 1), and
If Sump Pit Sealed = No, set the Status = Positive
If Sump Pit Sealed= Unknown, set the Status = Suspect
If neither a or b are true, set Status = Negative
If Sump Pit type = Storm (code type 2), and
If Discharge Point = Sanitary Sewer, set Status = Positive
If Sump Pit Drain = No, set Status = Positive
If Diverter Valve = Yes, set Status = Positive
If Discharge Point = Sump Drain, set Status = Suspect
If Sump Pit Drain = Unknown, set Status = Suspect
If Diverter Valve = Unknown, set Status = Suspect
If Sump Pit Type = Combination (code Type 3), and
If Discharge Point = Sanitary Sewer, set Status = Positive
If Sump Pit Drain = No, set Status = Positive
If Diverter Valve = Yes, set Status = Positive
If Discharge Point = Sump Drain, set Status = Suspect
If Sump Pit Drain = Unknown, set Status = Suspect
If Diverter Valve = Unknown, set Status = Suspect
If Sump Pit Type = Unknown (code type 4), and
If Sump Pit Drain = Yes or Unknown, set Status = Suspect
If Discharge Point = Sanitary Sewer or Unknown, set Status = Suspect
If Diverter Valve = Yes or Unknown, set Status = Suspect
If the Status = 0, no other matches were found, set Status = Negative
Note: All of the above logic is based on field codes and not text fields. If any of your codes have been modified from the original codes set by Lucity™, this logic will not work.