I have a list in SharePoint 2010 that has external items. It is easiest to explain the specific scenario. We have sales orders that have information that is being pulled from our MRP system. The unique key is the Sales order number. There are several columns in the list that do not come from MRP that show the status of the order on our production floor.
The way that it works now, every time a new sales order is created, the user must go to the SharePoint list, click new item, type in the SO number, click the check external item button and click ok which subsequently populates several fields in the list..... Then someone out on the floor populates the rest of the info
The part in bold is what I would like to automate. I understand it may need to be a stored procedure or some powershell script. The issue is, that because of the external content type in the list, all of the canned SharePoint tools wont allow me to feed data back into the list.