You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A related list could only '+ New' (create+navigate). Add an optional `add`
config so a related list can LINK existing records via a picker: pick from
`add.picker.object` (the far side) → create a link row in `objectName` as
{[relationshipField]: parentId, [add.linkField]: pickedId} (junction), or omit
linkField to re-parent a 1:m child. Generic over any relationship; the canonical
use is 'Assigned Users' on a permission set (assign sys_user → ai_seat etc.),
with server-side insert rules (e.g. the AI-seat cap) surfacing inline.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments