https://dev.app.pol-crm.com/api/V4/custom_actions Return to referer URL

Forms

  • custom_action
    • name
    • entity
    • config
    • position
    • customerId

custom_action

"App\V4\Form\Type\CustomAction\CustomActionType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
null
View Format same as normalized format

Submitted Data

Property Value
View Format same as normalized format
Normalized Format
App\V4\Entity\CustomAction {#1915
  -id: "84dc954d963a47f4aeb8d39d1e0efada"
  -name: "Cloturé acttion"
  -entity: "Task"
  -config: """
    {\n
        "icon": "validation",\n
        "groupCode": "",\n
        "title": "Clôturer",\n
        "is_list_active": true,\n
        "is_sublist_active": true,\n
        "conditions": [\n
    {"key": "isClosed", "method": "equals", "value": "Non"}\n
    ],\n
        "actions": [{\n
            "type": "update",\n
            "key": "isClosed",\n
            "value": true\n
        }],\n
        "confirm_message": "L'action a bien été cloturé",\n
        "confirmBeforeMessage": "Êtes-vous sûr de vouloir Clôturer cette action ?",\n
        "needsRefreshList": true\n
    }
    """
  -position: 0
  -customerId: "0662705af65c48908b017d8fb0724bac"
}
Model Format same as normalized format

Passed Options

Option Passed Value Resolved Value
customerId
"0662705af65c48908b017d8fb0724bac"
same as passed value

Resolved Options