edits.seer.internal.rules.Year_of_Last_Contact_Submission.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
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>