Reference "System.Data.Common" assembly in "Epicor Function Maintenance"

I am creating a helper function in “Function Maintenance” and want to pass a DataRow as a parameter. It is not listed under Signature>Type by default so I go to References>Assemblies and click to add the “System.Data.Common” assembly but nothing shows up. How do I do this?

image

image

You can just put your datarow in a datatable, and the datatable in a dataset, and pass the dataset over…

I will look into that thanks

It looks like the data was caching. (Pause button is enabled). Sometimes you have to let it sit to cache the assemblies.

I went back and typed in “System.d” and waited for a bit and made sure the pause button wasn’t clicked. The image below shows what’s available. Are you able to reference it?

image

No, I was just letting you know that sometimes you have to wait. There have been assemblies that I couldn’t find and this was the reason.