Hi all,
I have created a new data entity of InventTransferTable. I expose following four fields:
TransferID
InventLocationIdFrom
InventLocationIdTo
InventLocationIdTransit
Data export is successful using this entity but while importing data using this entity, i am getting below error on
InventLocationIdTransit field.
Results. insert not allowed for field 'InventTransferTableEntity.InventLocationIdTransit'
I have tried changing AllowEdit and AllowEditOnCreate properties to YES on both entity and staging table