c# - connect entity framework directly to Microsoft Dynamics CRM -
we working on project using sql server on end , setup through entity framework. asked explore possibility of using dynamics crm. issues arose caused not use crm completely, business use hold data, though uses sql server behind scenes. thought connecting our existing code directly database dynamics crm had created , updating data way. reads believe should fine, has tried updates? crm seems have lot of tables , i'm sure updating 1 through crm has impacts on others, weren't sure if updating directly through entity framework follow same path, or things might missing later down road.
from list of crm's unsupported customizations:
data (record) changes in microsoft dynamics crm database using sql commands or technology other described in microsoft dynamics crm sdk.
which rules out being supported when reaching out msft assistance, performing upgrades, etc. outside of being supported, going through api enforces lot of business rules (such security, plugins, metadata rules, etc.) not enforced database. supported approach going through crm's api (e.g. web api, organization service, etc.)
Comments
Post a Comment