Hello everyone,
I just wanted to link my custom map to a data entity extension.
I am just creating the new mapping, I am getting MyCutomMap.Field1 == .Field1
But it should be MyCutomMap.Field1 == DataEntityExtension.Field1
Because of this, I am getting errors saying field with Id '0' doesn't exist.
Is it possible to link the map to the data entity extension?
If yes, How?
Thanks.