
Hello CS Experts,
How are you? Here I am again asking for your help.
First, thank you for all your help in my previous post.
Now, I have a new requirement to update a date field into current date of records which are selected from contact main view. The update will trigger when the custom button below is clicked. The button gets visible only when at least 1 record is selected from the view.
How do I write the javascript code for this?
Kind regards,
Jolas365
Hi Jolas365 ,
You can create JS WebResource to update selected records and call JS function in ribbon button command. You can set enable rule for ribbon button to hide show button based on record selection.
Refer below links to get selected record GUIDs in JS function, and update records using GUIDs in JS:
https://d365demystified.com/2020/06/21/pass-selected-rows-guids-to-ribbon-button-in-d365-ribbon-workbench/
https://dynatecon.com/2022/07/20/update-multiple-records-using-custom-button/
Refer below links to show ribbon button on selection of at least one record from grid:
https://d365demystified.com/2020/03/06/show-ribbon-button-only-on-record-selection-in-dynamics-crm/
https://community.dynamics.com/365/b/d365demystified/posts/show-ribbon-button-only-on-record-selection-in-dynamics-crm
I hope it helps,
Thanks.
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Portal.