There is table from a third party, that has an entity with Data management enabled as false. (Also this table doesn't have a natural key).
So i was asked that we need to update a certain field via a data entity.
So i added this third party model to my model. I created a new entity with this table (i created the entity by a workaround to skip the natural key error that would come if i create the entity from the wizard).
Questions:
2. Also can i only allow updates for fields for the entity and not allow inserting a new record?