Benutzer mit den meisten Antworten
Wie kann ich DOM Elemente in meiner Webform selektieren mit Jquery in Crm2011

Frage
-
Hi Guys,
wollte wissen wie man in crm 2011 Dom Element manipulieren kann, Ich möchte ein paar Jquery selectoren auf bestimmte Felder meiner Form seten, hat bis jetzt nicht geklappt.
ein Vorschlag?
Danke
Be wise- Bearbeitet TheeNerd01 Sonntag, 8. Januar 2012 14:27
Antworten
-
Hallo TheeNerd01!
Ich würde dafür das Xrm-Object vom CRM2011-SDK benutzen. Hier werden viele Funktionen für CRM schon bereitgestellt.
Ich hoffe das bringt weiter. Andreas(a)Donaubauer.com www.crmfaq.de- Als Antwort vorgeschlagen Andreas Donaubauer Montag, 9. Januar 2012 08:03
- Als Antwort markiert JuergenBeckModerator Samstag, 14. Januar 2012 17:00
-
Hallo TheeNerd01,
das von dir gewünschte Vorgehen wird von CRM 2011 (leider) nicht unterstützt.
Siehe dazu: http://technet.microsoft.com/en-us/library/gg328025.aspx
jQuery is a popular JavaScript library that is included with Web application projects in Microsoft Visual Studio 2010. jQuery provides an extensive framework of objects and functions that let you query and work with HTML pages using JScript. To use HTTP requests, jQuery provides the jQuery.ajax method.
Note
The only supported use of jQuery in the Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online web application is to use the jQuery.ajax method to retrieve data from the REST endpoint. Using jQuery to modify Microsoft Dynamics CRM 2011 application pages or forms is not supported. You may use jQuery within your own HTML web resource pages. Und zusätzlich auch: http://msdn.microsoft.com/en-us/library/gg328261.aspx
Do not use jQuery to interact with Microsoft Dynamics CRM 2011 forms. Use the Xrm.Page object model methods to access form elements.
The only supported use of jQuery in the Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online web application is to use the jQuery.ajax method to retrieve data from the REST endpoint. For more information, see Using jQuery. Using jQuery to modify Microsoft Dynamics CRM 2011 application pages or forms is not supported. You may use jQuery within your own HTML web resource pages.
Wenn du auf die Felder zugreifen möchtest um diese zu lesen oder zu ändern verwende hierzu bitte das hier geschilderte Vorgehen mit dem Xrm.Page Objekt:
Use the Xrm.Page Object Model: http://msdn.microsoft.com/en-us/library/gg328474.aspx
Viele Grüße,
Jürgen
Jürgen Beck
Dipl. Kfm./Wirtschaftsinformatik
MVP, MCSD.NET, MCITP DBA, MCDBA, MCSE
Microsoft Certified Business Management Solutions Professional
Microsoft Certified CRM Developer
Microsoft Certified Trainer
ComBeck IT Services & Business Solutions
Microsoft Gold Certified Partner
Microsoft Small Business Specialist
Developing & Supporting Business Applications from small business to big enterprises covering scores of sectors
http://www.combeck.de
- Als Antwort vorgeschlagen JuergenBeckModerator Montag, 9. Januar 2012 15:29
- Als Antwort markiert JuergenBeckModerator Samstag, 14. Januar 2012 17:00
Alle Antworten
-
Hallo TheeNerd01!
Ich würde dafür das Xrm-Object vom CRM2011-SDK benutzen. Hier werden viele Funktionen für CRM schon bereitgestellt.
Ich hoffe das bringt weiter. Andreas(a)Donaubauer.com www.crmfaq.de- Als Antwort vorgeschlagen Andreas Donaubauer Montag, 9. Januar 2012 08:03
- Als Antwort markiert JuergenBeckModerator Samstag, 14. Januar 2012 17:00
-
Hallo TheeNerd01,
das von dir gewünschte Vorgehen wird von CRM 2011 (leider) nicht unterstützt.
Siehe dazu: http://technet.microsoft.com/en-us/library/gg328025.aspx
jQuery is a popular JavaScript library that is included with Web application projects in Microsoft Visual Studio 2010. jQuery provides an extensive framework of objects and functions that let you query and work with HTML pages using JScript. To use HTTP requests, jQuery provides the jQuery.ajax method.
Note
The only supported use of jQuery in the Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online web application is to use the jQuery.ajax method to retrieve data from the REST endpoint. Using jQuery to modify Microsoft Dynamics CRM 2011 application pages or forms is not supported. You may use jQuery within your own HTML web resource pages. Und zusätzlich auch: http://msdn.microsoft.com/en-us/library/gg328261.aspx
Do not use jQuery to interact with Microsoft Dynamics CRM 2011 forms. Use the Xrm.Page object model methods to access form elements.
The only supported use of jQuery in the Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online web application is to use the jQuery.ajax method to retrieve data from the REST endpoint. For more information, see Using jQuery. Using jQuery to modify Microsoft Dynamics CRM 2011 application pages or forms is not supported. You may use jQuery within your own HTML web resource pages.
Wenn du auf die Felder zugreifen möchtest um diese zu lesen oder zu ändern verwende hierzu bitte das hier geschilderte Vorgehen mit dem Xrm.Page Objekt:
Use the Xrm.Page Object Model: http://msdn.microsoft.com/en-us/library/gg328474.aspx
Viele Grüße,
Jürgen
Jürgen Beck
Dipl. Kfm./Wirtschaftsinformatik
MVP, MCSD.NET, MCITP DBA, MCDBA, MCSE
Microsoft Certified Business Management Solutions Professional
Microsoft Certified CRM Developer
Microsoft Certified Trainer
ComBeck IT Services & Business Solutions
Microsoft Gold Certified Partner
Microsoft Small Business Specialist
Developing & Supporting Business Applications from small business to big enterprises covering scores of sectors
http://www.combeck.de
- Als Antwort vorgeschlagen JuergenBeckModerator Montag, 9. Januar 2012 15:29
- Als Antwort markiert JuergenBeckModerator Samstag, 14. Januar 2012 17:00
-
Hallo TheeNerd01!
Im CRM2011-SDK sind Beispiele zur Benutzung des Xrm-Objects.
http://www.microsoft.com/download/en/details.aspx?id=24004
Ich hoffe das bringt weiter. Andreas(a)Donaubauer.com www.crmfaq.de