Software Development Kit https://msdn.microsoft.com/en-US/library/hh547453(v=crm.8).aspx Installation and Configuration Guide https://technet.microsoft.com/en-US/library/hh699811(v=crm.8).aspx Help Center with description of all the news features https://www.microsoft.com/en-us/dynamics/crm-customer-center/what-s-new.aspx...
Businessrules (Geschäftsregeln) und JavaScript können gut miteinander, solange keine Abhängigkeiten bestehen. Wichtig ist dann die Ausführungsreihenfolge zu kennen: Custom...
Eine Section (dt. Abschnitt) auf einem Form verstecken, kann man einfach mit JavaScript: Xrm.Page.ui.tabs.get(„tab_name“).sections.get(„section_name“).setVisible(false); Will oder kann man nicht...