Generate Letter

I created a new module using module builder which is based on person (leads), I don’t see the link “Generate Letter” when i click on a lead created in that module beside the Edit dropdown. Am I missing something ?

Hi there,

This is not standard functionality when you create a new module so the “Generate Letter” functionality will need to be manually added to the module.

Thanks,

Will.

Oh ok, how can I add the link ? which files do I have to edit ?

Hi there,

You can add this functionality by adding code to your module in the custom directory.

For example, in Leads you have to edit a few files in custom/modules/Leads such view.detail.php. You should be able to see how this is done and replicate it for your custom module.

Thanks,

Will.

Thanks Will