If you're talking about updating the DataColumn within the DataTable of another business object, you can do so by obtaining an object reference to the other business object and using the .Item property with the column name.If your asking about updating the field on the SQL Server, you can do so by overriding the OnAfterSave() method and if the save was successful, create a business object and update the table.