From abe96f4be1a832692a077eac4e6b4ab6ea33997e Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 29 Jul 2022 14:37:41 -0700 Subject: [PATCH] fix: messages for lookup field prompts --- messages/prompts.relationship.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/messages/prompts.relationship.md b/messages/prompts.relationship.md index 0298296e..f489ff45 100644 --- a/messages/prompts.relationship.md +++ b/messages/prompts.relationship.md @@ -1,27 +1,27 @@ # objectPrompt -Which object will be the parent object for this field? +What is the parent object for this relationship field? # lookupDeleteConstraint -What happens to this field when the parent is deleted +What happens to this field when the parent is deleted? # lookupDeleteConstraint.setNull -If the parent record is deleted, the lookup field is cleared. +Clear the value of this field. # lookupDeleteConstraint.restrict -Prevent the parent record from being deleted if there are lookups that refer to it +Don't allow the parent record from being deleted if there are lookup fields that refer to it. # lookupDeleteConstraint.cascade -Deletes the lookup record as well as associated lookup fields +Delete the lookup record and the associated lookup fields. # writeRequiresMasterRead -Allow write access if parent is readable +Allow write access if the parent is readable? # reparentableMasterDetail -Allow reparenting +Allow reparenting to a different parent record?