Tag Archives: Bulk Edit

How to get all the selected records id for the bulk edit form

Further to one of our previous blog spot We can write scripts on bulk edit form to check that the entered field value is unique for the selected group of records. If the value is duplicate then the user should get an alert and the bulk edit form should be closed. To achieve this, we… Read More: How to get all the selected records id for the… »

Enable Scripts on Bulk Edit form in CRM 2011

CRM 2011 includes the feature to enable script on the bulk edit form. By default the scripts are disabled for bulk edit forms. To enable the script for Bulk edit forms check the below syntax See below detailed descriptions for the attributes. Steps to enable the script on bulk edit form:– Include the entity for… Read More: Enable Scripts on Bulk Edit form in CRM 2011 »

How to Bulk Edit Attributes that show up Disabled on the Bulk Edit Form

We came across this really tricky situation and we would like to thank Microsoft for having a KB article (http://support.microsoft.com/kb/949941) for this. We wanted to bulk edit a few of the accounts using the Actions => Edit option. The form that comes up here displays all attributes available for the Account entity. You would however… Read More: How to Bulk Edit Attributes that show up Disabled on… »