I was wondering if it is possible to create custom, aggregate fields on an object. I am hoping to be able to access these fields via the API (preferably through the LeadChanges API). If these fields are standard on Leads, that works, too. I must've just missed them
Thanks for the help!
Solved! Go to Solution.
Hi Zack,
These ones are not aggregates, rather the outcomes of activities. Create these 3 fields, type datetime. Then create 3 triggered smart campaign in you data management program (if you do not have a data management program, create one, it will be handy on the long term )
-Greg
Hi Zack,
These ones are not aggregates, rather the outcomes of activities. Create these 3 fields, type datetime. Then create 3 triggered smart campaign in you data management program (if you do not have a data management program, create one, it will be handy on the long term )
-Greg
Just being needlessly pedantic, and this is all in fun, but those are aggregate fields in the RDBMS sense. That is, MAX(LastEmailOpenDate) is as much an aggregate as SUM(LastEmailOpenDate) in that they both use a group as input.
Hi Sanford,
Yes, you are right , but the way they are calculated in Marketo is not...
-Greg