Where is Dynamics CRM 2013 Xrm.Page Script Library Template? - dynamics-crm-2011

In Dynamics CRM 2011 SDK the Xrm.Page Script Library template was at SDK\Templates\Xrm.PageScriptProjectTemplate location. But in CRM 2013 SDK no such location exists.
Also no such file campe up in folder search.
Do anybody have an idea about this?

I was the author of that template and chose to distribute it in the CRM SDK for CRM 2011. However, things got really busy and we just didn't have the bandwidth to maintain it. A third party solution: CRM Solution Manager (http://crmsolutionmanager.com) picked up the form scripting parts of it and added improvements along with many other useful capabilities. I would take a look at their solution if you found it helpful.

As far as I know the template has not been released for CRM 2013.
You can use the CRM 2011 one, but of course will not contains the new client methods introduced with CRM 2013.

Related

TFS 2015 Integration with SharePoint 2016

Is TFS 2015 is compatible with SharePoint 2016? Google search shows it is not compatible but didn't find any updated reference.
It's probably not compatible. The TFS integration with sharepoint is, at this point, more or less abandoned in favor of more flexible built-in dashboards, graphing, and reporting capabilities. You can still use Sharepoint for document management without having it explicitly integrated with an instance of TFS. I always recommend examining what you're using Sharepoint for in the context of TFS. I think you'll find that it's unnecessary to have it integrated.

how to update classes for update roll up 18

I have to prepare the project for crm 2011's Update RollUp 18. From what I understand, from now onward the Micrososft.CRM.SDK dll is not supported anymore, thus I have removed it from my project. As one would expect, a lot of "could not be found" errors appeared because of the removal. For the code bellow, I have ".. Property could not be found.." and "..StringProperty could not be found .." .
public class ExtMergeName : ExtPropertyBase, ICrmString
{
public Property GetValue()
{
return CrmStringObject;
}
public StringProperty CrmStringObject
{
get
{
return (StringProperty)ReturnStringProperty();
}
}
What can I replace them with?
You are showing a snippet of Dynamics CRM 4.0 code. This is supported in Dynamics CRM 2011, up to the most recent Rollup Update. Support for CRM 4.0 is removed in Dynamics CRM 2013.
When your goal is to upgrade to CRM 2011 only, you can keep your VS projects as is, i.e. referencing assembly microsoft.crm.sdk.dll.
When you are planning to continue upgrading to CRM 2013 or CRM 2015, you need to rewrite your CRM 4.0 code. (Plugins, workflow activities, Javascript, external components accessing the CRM end points.)
More information about the programming model of Dynamics CRM 2011 and how to upgrade from CRM 4.0 can be found on MSDN:
Introduction to Programming Models for Microsoft Dynamics CRM
Summary of Changes Between Versions
In CRM 2011 and newer versions the microsoft.crm.sdk.proxy.dll is used, along with microsoft.xrm.sdk.dll. If you're not already using proper version of the CRM 2011 SDK, you can get that here: http://www.microsoft.com/en-us/download/details.aspx?id=24004. If you're trying to use the strongly typed entity classes in custom code, you can generate a correct version of that using the crmsvcutil.exe that comes with the SDK. If that's not exactly what you're looking for, then please provide additional details so I can better understand what you're trying to do.

How to find out which latest rollup pack you're on in ms dynamics crm 2011?

Feels like I've been running in circles but how do I found that out? What lead me to cause was trying to install a plugin from IOTAP but the import failed.
'PluginType' entity doesn't contain attribute with Name =
'customworkflowactivityinfo'.
Any way of checking the latest rollup for CRM. I'm using 2011 that was an upgrade from 4 and it's online.
You can find an overview of Dynamics CRM version numbers on MSDN blog Dynamics CRM in the Field.
B.t.w. rollup 14 should fix your problem.

Learning sharepoint, can I setup a dev enviornment? Book recommendations?

I want to learn sharepoint, can someone give me a quick overview of the various core things to learn in sharepoint? Is it a single installation of a product or does it have various components to it that have to be installed separately?
Is there a book that you could recommend that would be the idea first book?
MSDN is great place with a lot of information about SharePoint development and Inside Microsoft SharePoint 2010.
If you plan to develop custom solution (programming) the good books are:
SharePoint 2010 as a Development Platform http://www.apress.com/9781430227069
Designing Solutions for Microsoft SharePoint 2010 http://msdn.microsoft.com/en-us/library/ff770300.aspx
And a good book about some SharePoint 2010 features - Real World SharePoint 2010 http://www.wrox.com/WileyCDA/WroxTitle/Real-World-SharePoint-2010-Indispensable-Experiences-from-22-MVPs.productCd-0470597135.html

What all is migrated when doing an export/import in SharePoint 2010?

I have used SharePoint's export/import tool in SharePoint 2007... Wasn't too thrilled with it. I am now having to do the same thing in SharePoint 2010. First off, just as a refresher, what all is migrated when using the export/import utility? And, is the export/import the same in SP 2010 as it was in SP 2007? If any issues have been seen with the SP2010 export/import utility, I would like to hear that as well. Thanks in advance.
From my experience Powershell export/import works much better in SharePoint 2010 than the stsadm versions did in 2007. However, I also know that export/import improved considerably over the full lifetime of the 2007 product and continued to receive updates up to at least SP2, maybe further with hotfixes and cummulative updates.
I haven't found much missing after experimenting with the flags when exporting then importing a list or a library. I haven't tried the moving sites as much, but I know it is improved over the release version of SharePoint 2007.

Resources