All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.Year_of_Last_Contact_Submission.xml Maven / Gradle / Ivy

The newest version!
        <rule id="Year_of_Last_Contact_Submission" name="Year of Last Contact for Submission" tag="S048" java-path="lines.line" category="submission">
            <expression><![CDATA[if (line.dateOfLastContactYear == null)
    return false
return true]]></expression>
            <message>Year of Last Contact must not be blank.</message>
            <history>
                <event version="SE11-001-23" user="greend" date="2009-01-06">Edit created.</event>
                <event version="SE12-002-01" user="murphyr" date="2010-01-06">Year of last contact cannot be blank.</event>
                <event version="SE12-002-04" user="murphyr" date="2010-07-28">Updated error message.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy