thuphinguyen / php-dynamics-crm-2011

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

Need to implement the __isset function on Entity #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Perform a query with a Link-Entity with a Link Type of Outer (i.e. an Outer 
Join)
2. Return some results that do have the linked entity, and some that do not.
3. There is no way to check if the linked entity is present or not

What is the expected output? What do you see instead?
Need to be able to use isset() on the Entity to see if the Linked Entity is 
present.

Original issue reported on code.google.com by N.M.Pr...@gmail.com on 11 Apr 2012 at 9:38

GoogleCodeExporter commented 9 years ago
Will fix this today - code exists on a personal project

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

GoogleCodeExporter commented 9 years ago
Fixed & Tested

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