Daren Coles

Hi all

Is it possible to edit a business data column in the data sheet view Currently when our users try and edit the values in a business data column in the data sheet view they get a read-only popup message.

cheers



Re: SharePoint - Business Data Catalog edit business data column in datasheet view

Daren Coles

For anyone else looking into this, the official response from Microsoft is that Business data Columns cannot be edited in datasheet view. They are read-only in this view.



Re: SharePoint - Business Data Catalog edit business data column in datasheet view

Magnus Lundqvist

When I go in to "Edit in Data sheet" I expect to be able to edit the item, not just the title. This is a bug!





Re: SharePoint - Business Data Catalog edit business data column in datasheet view

Qazi Mobeen

You can't edit the rows in datasheet view, if you want to provide the edit functionality for an entity, you have to write the custom business data action for that entity and provide a web part which will implement update/edit functionality for your entity.

Hope this helps you out!

Regards,

Qazi.





Re: SharePoint - Business Data Catalog edit business data column in datasheet view

Daren Coles

thanks for your reply Qazi - the requirement given to me was to allow users to perform bulk editing of items, which is one of the main uses of DataSheet view. Implementing a custom action still means they are restricted to editing one item at a time.