So unfortunately Epicor put those SelectSerialNumbersParamsTableset in the same Package in different DLLs which causes all sorts of issues.
There isn’t an easy work-around for it
@josecgomez Getting following error any idea?
The type ‘SelectedSerialNumbersRow’ exists in both ‘Erp.Contracts.BO.CustShip, Version=10.2.100.0, Culture=neutral, PublicKeyToken=5d3fa3c7105d7992’ and ‘Erp.Contracts.BO.SelectedSerialNumbers, Version=10.2.100.0, Culture=neutral, PublicKeyToken=5d3fa3c7105d7992’
Just for reference this is also brought up in this post:
Our solution this weekend was to simply use a Updatable BAQ and “Advanced BPMs” on it, simply having Calculated Fields (as params) and then execute the second portion in the Updatable BAQ, by calling the UBAQ from our original BPM. Using the DynamicQuerySvcContract.
This can be solved in 10.2.500 by using Epicor Functions (new feature!)
2 Likes