Purpose

Links an existing entry to a parent entry (triggered from the link modal of a subtable).

Payload

  • id — entry id to link
  • entity — entity id of the linked entry
  • datatable / datatable_identifier — DataTable to refresh
  • parent_id, parent_entity_id, parent_form_id — the parent side of the link
  • options — link options

Response

CALLBACK_TYPE_DATA / CALLBACK_TYPE_SCRIPT to refresh the table, CALLBACK_TYPE_STRING for inline feedback.

Notes

Internal action — triggered by WR’s own frontend JS. The payload shape is not a public API and can change between releases.