As I know install note to my new module addon, the code is "Utils_AttachmentCommon::new_addon('Sales');" So can tell me how to add the activity addon to my new module? thanks
Hi,
activity addon is not a universal addon. It's related just to contacts and companies. You have to write your own addon that will handle your records properly. Please find and review activities addon to see how it's done.
Sorry for typo, I want to ask about how to add task and phonecall to my new module addon. Thanks
First - I assume that your module Sales has fields that references modules/recordsets phone calls and tasks, correct?
Then you just need to build an add-on where you specify what fields will be displayed. The installation file should register these addons like this: http://www.epesi.org/HelloWorld_-_part_6_addons