Dynamics Portal 2018 - microsoft-dynamics

We are using the old Microsoft Dynamics (It is not part of the PowerApps site, so assuming it is the older version before that) portal and need to customize the header/footer for a specific page. How do I go about doing this? Any online resource suggestions as I am finding it difficult to find Microsoft resources online for an old Microsoft Dynamics Portal.

Related

Microsoft Dynamics 2013 and Microsoft Dynamics 365 works with same Rest API?

I am working on an extension for dynamics.
Here i want to use dynamics api.
One client uses Microsoft Dynamics 365 (Rest API) and
another client uses Microsoft Dynamics 2013.
Can i use same api to serve both the clients ?
Currently i am using api's from
https://learn.microsoft.com/en-us/dynamics365/customer-engagement/developer/webapi/web-api-functions-actions-sample-csharp
Will it work for Microsoft Dynamics 2013?
The Dynamics 365 Web API did not exist in CRM 2013, so you cannot use that for both purposes.
Instead you can use the Organization Service (also called the CRM 2011 endpoint). The behavior of this endpoint has been relatively consistent (with some minor changes to how e.g. updates should be made) from CRM 2013 to D365.
Be aware that the Organization Service will be removed at some point in the future, but currently works just fine:
The Web API is intended to replace the CRM 2011 endpoint, also known
as the SOAP endpoint, for accessing the Dynamics 365 organization web
service and other provided web services.
As of the release of Microsoft Dynamics CRM Online 2016 Update 1 and
Microsoft Dynamics CRM 2016 Service Pack 1 (8.1.0), the CRM 2011
endpoint has been deprecated. The 2011 endpoint will be removed some
time after the release of Dynamics 365 version 9.
No you cannot use D365 Web API for both.
I found this is useful for CRM 2013.
http://xrmenterprise.com/2013/09/microsoft-dynamics-crm-2013-client-api-cheat-sheet/

Accessing/Viewing SharePoint 2013 (On-Premise) SSRS reports from Office 365 SharePoint site

How do we access/view SSRS reports in SP 2013 (On-premise) from Office 365 SP site. Both SP sites in different domains.
You need to create and publish to a Reporting Library.
Here's Microsoft's documentation on the subject.
This is just the beginning stages and if you're unaware of this there's likely a lot more configuration needed on your farm to get this operating. I would strongly suggest bringing a SharePoint Administrator on board.

Upgrade from Microsoft Dynamics CRM 2013 Online to CRM 2015 Online

One of our clients had purchased Microsoft Dynamics CRM 2013 Online recently for implementation. As CRM 2015 Online is available now, is there any option for auto upgrade to CRM 2015, as no customization as been done so far. I couldn't find the information anywhere including http://www.microsoft.com/en-us/dynamics/crm-purchase-online.aspx. What are the upgrade cost/discounts involved if he's going for an upgrade?
Online organizations are upgraded at no-cost.
You will find the scheduled timeframe for the upgrade inside the Office365 portal.
Here the relevant Technet page:
Manage Microsoft Dynamics CRM Online updates

Creating a custom web service for Dynamic Navision

I am new to Dynamic Navision .On just going through the Dynamic Navision Solution I could find certain in-built Web Services.
Can those Web Services be customizable .
If so how can I make it possible.
Can I create a new Service with new Object Id .
I have searched for resources,but couldn't find any .It would be really helpful if someone suggest me with a good resource.
I think, more specifically you're looking for:
http://msdn.microsoft.com/en-us/library/dd339004.aspx
Creating a codeunit from within Microsoft Dynamics NAV.
Exposing the Web service.
Verifying the Web services availability.
Consuming the Web service from a console application that is created
in Visual Studio
Just make sure you have
Microsoft Dynamics NAV 2009 with a developer license.
You might like to give: http://msdn.microsoft.com/en-us/library/dd355036.aspx a read.

google docs + web app

Hi Guys
I am trying to create a web app to share docs with all editor features (just like google docs).
My main requirements for this app are as follows:
1. Should have all editor features (can be done using open office api, google docs api, Microsoft office web apps api)
2. Should be shared between multiple users and can be edited by multiple users and other sync features (can be done using google docs api, Microsoft office web apps)
3. Can save the document created and edited on my own/ custom server addr. (Which api can support this??? I know open office can support this)
Guys can you please suggest me one api which can be used to do all the above. Also please suggest if I am underestimating any API above regarding any functionality that i thing is not supported.
Thanks
King
What you are asking for is so complex it takes a Google to make a "in progress" version!
Can't you just use Google API? Its is free. Your only issue would be logging users via OAuth, 1 simple API