How to quickly update an attibute from a browser bookmark
As a developer or tester sometimes its really nice to have a direct way to update an attribute on the current record.
To accomplish that you can simply bookmark a new page in e.g. Chrome and add this little piece of JavaScript into the URL field:
javascript:(function(){const curId=Xrm.Page.data.entity.getId();const entName=Xrm.Page.data.entity.getEntityName();const fldName =…
Continue Reading Andreas Cieslik’s Article on their blog
How to quickly update an attibute from a browser bookmark
As a developer or tester sometimes its really nice to have a direct way to update an attribute on the current record. To accomplish that you can simply bookmark a new page in e.g.
Blog Syndicated with Andreas Cieslik’s Permission
More About This Author
Array
Dyn365CE8 February 2023Power Automate: SharePoint Copy file action fails on file names with a plus (+) sign
Dyn365CE25 January 2023Power Automate: Avoid Apply to Each for List rows action (DataVerse)
Dyn365CE30 November 2022Workaround for broken sort buttons on the record creation and update rule items grid
Dyn365CE6 April 2022How to quickly update an attibute from a browser bookmark