Forums
Default Entries
6 months ago by Joseph Burgess
Greetings Everyone,
When creating an object through the "Maximizer.Data.dll", the object passed the .Insert method is a "DefaultEntry()" (example for an opportunity):
OpportunityAccess oa = abMaster.CreateOpportunityAccess(loginstr);
DefaultOpportunityEntry opportunity = new DefaultOpportunityEntry();
oa.Insert(opportunity);
--
Does the API support the Default Entries? This does assist when creating objects.
Thanks, Joe
