Hi all,
I have custom ItemType and form to edit it. When I edit it and try to save my changes I got error:
<SOAP-ENV:Envelope>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server.InvalidEffectiveDateValueException</faultcode>
<faultstring>The value of the effective_date property specified for the TSKB Solution is invalid. A value is required and it must be greater than or equal to the today date.</faultstring>
<detail>
<af:legacy_detail>The value of the effective_date property specified for the TSKB Solution is invalid. A value is required and it must be greater than or equal to the today date.</af:legacy_detail>
<af:exception message =" The value of the effective_date property specified for the TSKB Solution is invalid. A value is required and it must be greater than or equal to the today date. " type =" Aras.Server.Core.InvalidEffectiveDateValueException " />
<af:item type =" TSKB Solution " id =" E66278881B0146599CA4D1C7D111BB3E " xpath =" Item " />
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Why does it happen? How to fix it?