I’m creating an updateable BAQ to update a UD table. I set up everything and when it comes to analyze the BAQ it gave me the following error:
Input mapping expression for ‘UD20.Character01’ field is invalid: Assembly ‘Epicor.Customization.BPM’ with identity ‘Epicor.Customization.BPM, Version=3.2.400.0, Culture=neutral, PublicKeyToken=5d3fa3c7105d7992’ uses ‘Ice.Data.Model, Version=3.2.400.0, Culture=neutral, PublicKeyToken=476c49c300052a33’ which has a higher version than referenced assembly ‘Ice.Data.Model’ with identity ‘Ice.Data.Model, Version=3.1.400.0, Culture=neutral, PublicKeyToken=476c49c300052a33’
Assuming there is not an external DLL involved with your BPM, I would try regenerating the data model. If there is an external DLL, I think you would need to fix the references and recompile.