Announcement

Collapse
No announcement yet.

Modify the Create Button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Modify the Create Button

    Hello,

    I am trying to create a button so that the quick-create menu pops up for my custom entity. So far I have created the button:

    Code:
       
    "menu": {
             "list":{   
                "buttons": [
                    {
                        "label": "Create Order",
                        "link": "#Docket/create",
                        "acl": "read",
                        "style": "default",
                        "aclScope": ""
                    }
                ]
        }
    }
    The link redirects to the #Docket/create page, at the moment, but I don't know how to have it open up the quick-create menu. Any ideas on how I should go about doing this?

  • #2
    Try referencing the emails, the compose email button might be what you’re looking for

    Comment

    Working...
    X