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
if(facilityData.OrganizationDateOfIncorporation==null||facilityData.OrganizationDateOfIncorporation==DateTime.MinValue)thrownewArgumentException("Date of Incorporation missing on the Organization");
145
146
if(string.IsNullOrEmpty(facilityData.OrganizationOpenMembership))thrownewArgumentException("OpenMembership is not set to Yes/No on the Organization");
146
147
if(string.IsNullOrEmpty(facilityData.OrganizationBoardMembersBCResidents))thrownewArgumentException("BoardMembersBCResidents is not set to Yes/No on the Organization");
147
148
if(string.IsNullOrEmpty(facilityData.OrganizationBoardMembersMembership))thrownewArgumentException("BoardMembersEntireMembership is not set to Yes/No on the Organization");
148
149
if(string.IsNullOrEmpty(facilityData.OrganizationBoardMembersUnpaid))thrownewArgumentException("BoardMembersElectedUnpaid is not set to Yes/No on the Organization");
150
+
if(facilityData.OrganizationDateOfIncorporation>DateTime.Now.AddYears(-4)&&(application.LetterOfSupportExists==null||application.LetterOfSupportExists==false))thrownewArgumentException("No Community Support letter provided as Date of Incorporation is not older than 4 years");
0 commit comments