Archive
Posts Tagged ‘Microsoft’
Microsoft Build 2022 | Power Platform updates
May 26, 2022
Leave a comment
In Build 2022 , Microsoft announced an exciting new Microsoft Power Platform product and many new capabilities across Microsoft Power Platform that include:
- Introducing Power Pages: the newest Microsoft Power Platform product for creating modern, secure, responsive business websites.
- Power Apps express design: instantly turn images, docs, Figma design files, and PowerPoints into apps with leading cognitive AI capabilities using express design in Microsoft Power Apps.
- Power Virtual Agents and Azure Bot Framework, now one unified canvas: build sophisticated conversational AI bots in the new intelligent bot authoring experience.
- Auto scale with hosted robotic process automation (RPA) bots: for faster and easier scaling with Microsoft Power Automate.
- Datamarts in Power BI enable data self-sufficiency: with a frictionless data integration experience.
- Power Automate pay-as-you-go plan and updates to the embed software development kit (SDK): for a flexible way for customers and independent software vendors (ISVs) to embed Power Automate in third party apps and only pay for what they use.
Please refer the following links for a deep dive.
🙂
Categories: PowerApps
Build 2022, Microsoft, Power Platform
Unexpected error while bulk edit
September 22, 2011
6 comments
Hi,
You may come across below error screen when you try to bulk edit records.
When you verify the event viewer for issue log, you may observe “Message: INVALID_WRPC_TOKEN: Validate WRPC Token: WRPCTokenState=Invalid” .
Reason:-
- The fundamental problem is that CRM 2011Â now expects additional parameters on the query string that contain a Token
Fix :-
- We can disable the CRMÂ token checks via Registry change.
- Create a DWORD registry key named IgnoreTokenCheck under “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM” and set the value to 1,
- Recycle the CrmAppPool application pool for the change to take effect (or) restart machine
Steps to change the registry:-
- Open Registry Editor (Run -> regedit)
- Navigate to “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM” node
- Add a new Key “IgnoreTokenCheck” and set value to 1
- Refer below screen
Hope it helps 🙂