For Microsoft CRM 2013 is there any way to get the current view ID? It seems from my research the solution in CRM 2011 no longer works in CRM 2013. (or 2015)
The idea is execute a JavaScript code from a custom command bar ribbon button that executes over all records in the current homepage grid of an entity (or even a sub-grid).
Either by grabbing the current view ID or the FetchXML
of a grid would work.
Alternatively, a custom entity that has a lookup
to all views for a specific (With its own lookup
to a custom entity that populates a view name when it is created/updated/deleted on a specific entity via a plugin) Which I haven't found a way possible yet.