Add new custom action to Actions dropdown-menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aldobeach
    Junior Member
    • Nov 2017
    • 1

    Add new custom action to Actions dropdown-menu

    Hi all,
    i'd like to add new custom action to Actions dropdown-menu in Contact page, but i haven't found any documentation.
    I want to create a smart way to create/update a campaign target list by selecting contacts.

    I've changed some .tlp file in the project but the page doesn't change; do i have to clean cache or delete some "cached" files to reload the modified files?
    Thank you.

  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    If you want to add an action on detail view of Contact, you need to override recordViews > detail and add this action to list

    an example - client/modules/crm/src/views/meeting/record/detail,js

    Comment

    Working...