Using imported module with quick create

SuiyeCRM 7.10.7
Following other posts in the forum I have modified the quick Create menu and placed the changed _headerModuleList.tpl file under /custom/themes/SuiteP/tpls

I have tried accessing a custom module called Animals through the menu but get the error “Error: Module Animals does not exist”
In Creator Studio, the module is listed and shown as Animals

The code in question is below:

  • {$APP.LBL_QUICK_CREATE}{sugar_translate module="[b]Animals[/b]" label="Animals"}
  • How can I reference the custom module named Animals?
    Thanks.

    When you click on the Module to view the List view, what URL do you get? Can you share that URL?

    Hi Cherub-chum. Thanks for the help.
    The URL with the domain name removed is :
    4pawcrm/index.php?action=ajaxui#ajaxUILoc=index.php%3Fmodule%3Dpaw_AnimalsMod%26action%3Dindex%26parentTab%3D4Paw

    You started me down the right path … the name I needed was paw_AnimalsMod
    It’s working now :slight_smile:

    Thanks again!