JobProd Table exists in 2 BOs

Unfortunately, you can’t do that :sob:
They both map to Erp.Tablesets.JobProdRow

You can try switching to use var, which may work if the types are identical.

Edit: Depending on what you’re doing, you could also use dynamic.

Or you can load the type via reflection.

You can also break it into two functions, however they will have to be in separate libraries :cry:

1 Like