Dynamics Portals – Hide Search Control and clear cache
Other day, we got a requirement to hide the ‘Search’ control from our Custom portal.
Its very easy to achieve by changing a configuration.
Steps to hide Search control:
- Go to Portals ->Site Settings ->Search/Enabled record
- By default the ‘Value’ will be ‘true’, to hide the ‘Search’ change to ‘false’
- Save
- Refresh the browser and you should not see the ‘Search’ control
What if you are still seeing the ‘Search’ control:
Sometimes for some reason (Mostly due to caching), you wont see the change immediately.
In this case you can either reset portal/clear the server side cache by following steps below.
Reset the Portal:
- If the change is not taken place for all users you might want to reset the portal.
- Resetting the portal is not feasible option especially when your portal is being tested, as the end users will experience a snag for sometime.
- But if the Portal is in Development phase and you can reset from your ‘D365 Admin Center’
- Go to ‘Admin Center’ -> Applications
- Select your Portal application and click ‘Manage’
- Select ‘Portal Actions’ -> Reset
Clear Server Side Cache:
- You can force the portal to refresh its cache immediately.
- To clear the server-side cache, sign in to the portal with Administrator web role
- Navigate to the URL as follows : <Your_portal_URL>/_services/about
- (i.e., You need to append /_services/about end of your portal URL)
- Select Clear Cache.
- Refer this for article more details
🙂
Advertisement
Categories: CRM, Dynamics Portals
Tags: Cache, Hide Search, Portal
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Stats
- 1,581,531 hits
Tweets
- RT @MikeFactorial: Big things are coming to the #CoEStarterKit. So, @ManuelaPichler_ and team are building the tension for the April releas… 3 weeks ago
- New blog post : Boost conversations using GPT in Power Virtual Agent (PVA) rajeevpentyala.com/2023/03/08/pow… 3 weeks ago
- RT @PPDevWeekly: 🔥 Going Live: Power Platform Dev Weekly 155 bit.ly/PPDevWeekly155 This week's cover story by @RajeevPentyala With gre… 3 weeks ago
- RT @caseyburke21: Pipelines is now generally available! Huge congratulations to the team and all who have supported reaching this milestone… 1 month ago
- New blog post : Call Dataverse actions directly in power-fx rajeevpentyala.com/2023/03/01/ste… 1 month ago
Join 405 other subscribers
Top Posts
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- [Step by Step] Power Apps | Show pop ups in Canvas App
- Power Apps component framework (PCF) - Beginner guide
- Power Automate Cloud Flow | 'Correct to include a valid reference' error
- God Mode - Level Up - Dynamics 365 Chrome Extension
- Power Apps | Business Rule | Set Field Value vs Set Default Value
- Set “Created On”,” Created By”, “Modified On”, “Modified By” fields using SDK/Data Import/Plug-in – Dynamics 365
- Useful JScript syntax's – ADX/Dynamics 365 Portals
- The server was unable to process the request due to an internal error - plugin registration tool
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table