thuphinguyen / php-dynamics-crm-2011

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

Return Strongly-Typed values from a RetrieveMultiple call #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, using the retrieveMultiple method returns a stdClass Object with an 
Array of further stdClass Objects with properties for the Attributes of the 
Entities.

The main stdClass does not need to be changed, but the individual elements of 
the Entities array should become DynamicsCRM2011_Entity objects of the 
appropriate type, which can then be used directly in Update requests, and other 
tasks.

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

GoogleCodeExporter commented 9 years ago
Needs to be done

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

GoogleCodeExporter commented 9 years ago
Need to cache Entity definitions before doing this

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

GoogleCodeExporter commented 9 years ago
Need to develop the Retrieve handling first

Original comment by N.M.Pr...@gmail.com on 19 Mar 2012 at 5:11

GoogleCodeExporter commented 9 years ago
I'll pick this one up today

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

GoogleCodeExporter commented 9 years ago
Must be done before v1.0.0 release

Original comment by N.M.Pr...@gmail.com on 23 Mar 2012 at 9:11

GoogleCodeExporter commented 9 years ago
Fixed & Tested - working in all imagined scenarios!

Original comment by N.M.Pr...@gmail.com on 24 Mar 2012 at 9:39