01-24-2013 11:09 AM
Hi All,
We are looking to integrate with the ACT for Web that Sage is now hosting. Looking at the API documentation for the Act.Web.Framework namespace, we could not find any classes that would let us create new opportunities in ACT. Am I missing something or is this ACT for Web API very limited?
John Lewe
orlando, fl
01-24-2013 11:26 AM
It's defintely possible since you have access to ActFramework, would look something like this:
session.Framework.Opportunities.CreateOpportunity();