Using Ice.UI.FormFunctions

I have using Ice.UI.FormFunctions in my windows C# code in an effort to communicate with Epicor from my Windows application. When “using Ice.UI.FormFunctions” is active in the code I get an error asking if I am missing a reference. Can anyone tell me what reference I need to add in order to resolve this?

using Ice.Lib.Framework;
and a reference to EpiClientLib.dll most likely will solve the gripe.

In order to do this you need to establish an Epicor Session, an Epicor Transaction and a LOT of other Epicor things… You will need a LOT of References… (A LOT)

What exactly are you trying to do? (End goal)

1 Like

Check this