jwaterworth / php-dynamics-crm-2011

Automatically exported from code.google.com/p/php-dynamics-crm-2011
0 stars 0 forks source link

checkMandatories should consider if a field is a property of another field #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The checkMandatories function needs to consider if the field is a property of 
another field, as well as if it is Editable, before considering it a failed 
check.

Original issue reported on code.google.com by N.M.Pr...@gmail.com on 16 Mar 2012 at 10:00

GoogleCodeExporter commented 9 years ago
Two impacts:
* Constructor needs to record the AttributeOf property.
* checkMandatories function needs to check the AttributeOf property

Original comment by N.M.Pr...@gmail.com on 16 Mar 2012 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by N.M.Pr...@gmail.com on 16 Mar 2012 at 10:05