Hi,
I am trying to retrieve values from IDO with this line in form C# script
response = this.Context.Commands.LoadCollection( request );
However I am getting this error:
"MyFormName" does not contain a definition for "Context" and no extension method "Context" accepting a first argument of type "MyFormName" could me found (are you missing a using directive or an assembly reference?)
what "using xxxx" do I need to get rid of this error?
Thanks,
Kirill