asp.net - dynamics CRM 2011 show form in aspx page / portal -


i wonder if there way show crm 2011 forms (like information form of contact entity) on aspx page?

i want build customer portal (asp.net) shows fields configured in crm itself.

any suggestions?

cheers

you have few options:

  1. put iframe aspx page , point crm form url. url has following format:

    http://myhost.com/orgname/main.aspx?etn={entityname}&pagetype=entityrecord&id={entityguid}

  2. use crm database views (or crm webservice) directly application. configure datasource crm database

downside of first solution users asked credentials (you want introduce sso) , if crm running on different domain bit difficult ensure javascript communication between page , iframe. however, not impossible - http://easyxdm.net/wp/. advantage it's pretty easy build.

the second solution more work on other hand have under control.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -