thuphinguyen / php-dynamics-crm-2011

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

Prevent invalid actions on an Entity #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create should only be possible on an Entity with no ID.

Request, Update and Delete should only be possible on an Entity with a valid ID.
Further, the entityDomain should match the Connection being used for the 
activity.

This should be checked before sending any messages to the server.

Original issue reported on code.google.com by N.M.Pr...@gmail.com on 23 Mar 2012 at 9:22

GoogleCodeExporter commented 9 years ago
Can wait until after the v1.0.0 release

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

GoogleCodeExporter commented 9 years ago
Should be done before release

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

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

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

GoogleCodeExporter commented 9 years ago
Completed & Tested

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