So far I got...
And that's about it, obviously nothing helpful... I want to add a field, and the field needs to get the next scheduled call for this specific lead.Code:'NEXT_CALL' => array ( 'width' => '5%', 'module' => 'Calls', 'label' => 'Next Call', 'default' => true, ),
Relationships seem to only be for adding things at the bottom of the details page, I'm looking to add this to the leads list page.
Any ideas? I figure there is some method to use to add some kind of custom code that will return the date, correct? Can I modify 'customcode' => and point that at a function that will query the database using the seed and get the next call for that specific lead? Or is there a better way?
Edit:
So basically I want it to do this:
Lead Name, Lead Phone #, Lead E-mail, Next call time from Call List
On the lead list.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks