I'm trying to import data to an entity but i'm getting this error:
update not allowed for field 'TableX.Field1'
The entity is not read only.
The entity primary table is TableX and also it's not read only
the entity key is another field: Field2 (not Field1)
Field1 in the entity is private
The entity staging table doesn't contain Field1
In the table itself (TableX), Field1 is mandatory and allow edit false. And the unique index for this table contains more than one field, and this Field1 is one of them.
I exported one record and tried to import again and got the same error.
Note: The entity and table are ISV (not mine), so if i need to amend sth it will be via extensions or is a change required in the ISV solution itself?