Invalid date parameter retrieved for method GetValue of document primitive EFFDT
My code is abending on the following line when a third-party enters an invalid date (i.e. 2020-02-30).
Is there a way in PeopleCode that I can check for an invalid date in the &compReq.GetPropertyByName("EFFDT").value?
&EFFDT_Value = &compReq.GetPropertyByName("EFFDT").value;
PeopleTools 8.57.09 Financials/SCM 9.2 PUM Image 33