How to resolve caching issues in dynamics 365 portals? - dynamics-crm-2011

I am very new to portals.I am facing caching issues in portal. After clearing cache only i can see my data updated.Please suggest me a link which i can refer for my solution.

You probably need to setup for Web Notification for cache invalidation.
An Adxstudio Portal application caches results from CRM to improve
performance. In order for the portal to get fresh data from CRM, we
have to configure the cache invalidation in CRM to notify the portal
of CRM data changes. This is done by adding a Web Notification URL in
CRM. A Web Notification Plugin registered with the Adxstudio Portals
solution in CRM is triggered on all entity create, update, delete,
disassociate, associate, publish, and publishall messages and notifies
the Web Notification URLs defined in the CRM to invalidate the cache
so the users visiting the portal get the recent data changes.

Related

Azure DevOps Extension Process on Delete

I'm developing Azure DevOps extension. When client download extension he can register in Azure Hub then his account is added to my database.
When the client delete extension his account should also be removed from my database.
How can I add process for Azure DevOps extension that can be triggered on uninstall / remove extension?
I don't think there is an API for this, but you can see uninstalls here in the Marketplace portal. I guess you could poll this, or figure out the underlying API that's being used. any integration against these APIs is unsupported.
https://marketplace.visualstudio.com/manage/publishers/{PublisherID}/extensions/{ExtensionID}/hub?_a=uninstall
Also, remember that for troubleshooting purposes people uninstall/reinstall extensions and they may need to reinstall as part of migration/upgrade scenarios for which their assumption is likely going to be that no data is lost in the progress.
It's probably best to ask for contact details, upon registration, monitor usage and warn that data will be removed after X days of no usage.

CI/CD / Rebuild a Azure APIM developer portal content

In the Azure APIM, is it possible to manage the content in a programmatic way -let's say the REST API or SDK- when I have some changes in Developer Portal content?
I saw there are some articles mentioned to use the iFrame but it is still required to have manual change in portal. For CI/CD, the requirement is make everything as code. So when writer updated / create / rebuild content in the APIM platform, we can use the Jenkins or another tools to make it change.
Currently it is not possible to natively manage developer's portal content programmatically, with the exception of data generated by API Management (e.g., API descriptions or API operations are fetched live and API Management's API call response is mapped to UI).
However, there are plans to allow for more control and automation with regards to developer portal content, customizations and deployments.

Unable to save Policy in Azure APIM

I have been able to work in Azure APIM with no problems until yesterday. Another member on my team can edit and save with no problems; but my save to an Inbound Processing rule always fails with:
Could not save policy for "Access API 1.2" API. Please try again
later.
Thoughts?
Of Note:
Our companies security access team verifies that I am a contributor to APIM
I login in through the companies' two factor authentication system into Azure.
Same results on Edge/Chrome.
I can update individual endpoint api policies.
Our company opened a Microsoft Support ticket on this and their response was
You are running into a known issue with APIM integration with ARM. The
dev team is working on a fix for this issue now and we are told it
will get deployed by this evening.
The following day it was working for me
The APIM dev team fixed the issue late yesterday and you should now
see the ability to update policies for the API scope too.
Note to anyone running into this situation in the future the secondary advice given revolved around the browser which was
Make sure you’ll not pulling down cached files. Try loading an
in-private session or press CTRL+F5 to refresh the page and pull down
new files.

Sync Framework With Microsoft CRM

Can anyone provide any guidance on how I would begin to use the sync framework to sync a Microsoft CRM environment with a custom database?
I assume I would have to write a custom provider for the CRM side?
Are there any examples out there of this? (csutom provider using web service or CRM)
if you sync directly using the CRM tables, the out of the box sync providers should work.
however, MS CRM tables are not that friendly when accessed directly and the recommended way is to go via the API. in that case, you will have to write your own custom sync provider.

Error downloading sharepoint 2007 audit logs

I extended the sharepoint 2007 webapp (uses SSL underneath ) to use extranet zone and also imported the Self signed certificate in IIS with the help of IIS tools for the webapp site. I also have Full control in webapp user policy to all Zones but when downloading the audit logs from site collection URLs it gives me exception saying "Object reference not set to an instance of an object". We use web service for fetching the audit logs by installing it as farm based solution and have a .Net client which contacts the web service. However, I am able to see the audit log report using the sharepoint audit report generated using the Sharepoint Web interface through "Site Settings". Any idea why this is happening?
Paresh,
Are you attempting to audit the activity happening in SharePoint? i.e. views, deletes, permission changes, etc...
If you are, I suggest you take a look at logbinder.com. The LOGbinder SP product does exactly that.

Resources