Calling Service in Fucntions Coding Help

I am creating a funciton and trying to do a little custom code. First obtstacle is I am trying to call erp.Contracts.QuoteFormSvcContract and the error is saying it does not exist in the namespace. I have the assembly of erp.contracts.rpt.quoteform. Is there another assembly that would need to be added?

That’s report related.

Instead of adding individual assemblies, go to the services tab in the references and add the Quote whatever service.

1 Like

Thank you! I was able to get it working!

1 Like