Announcement

Collapse
No announcement yet.

Add new action in relationship

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

  • Add new action in relationship

    Hello,
    where I can begin to add a new action in relationship panel ? I need to view another entity detail

    Regards

  • #2
    Hi,

    In clientDefs in relationshipPanels section you can define

    Code:
    "actionList": [
        {
             "action": "test",
             "label": "Test"
        }
    ]
    Then you will need to define method actionTest in the panel view or in parent detail view.

    Comment

    Working...
    X