Skip to content

Commit

Permalink
DEV: Improved field description.
Browse files Browse the repository at this point in the history
  • Loading branch information
washibana committed Apr 2, 2024
1 parent 9b4a5e9 commit 6620e23
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -59,7 +59,7 @@ public NewRecordScreenBindingParameterMapping(Key primaryKey)
[Category("Data")]
[NotNullModelElementRule]
[XmlAttribute("parameterName")]
[Description("Data structure parameter used in lookup list mapping on screen secetion to reference source column. If the value is SearchText the actual text content of the lookup field will be used.")]
[Description("Parameter used in (added to) the list data structure of the lookup. The reference source column will be set in the properties of the screen section combo box where the lookup is used. If the actual text content of the lookup field should be copied, the value should be set to SearchText.")]
public string ParameterName { get; set; }

[Category("Data")]
Expand All @@ -69,4 +69,4 @@ public NewRecordScreenBindingParameterMapping(Key primaryKey)
public string TargetRootEntityField { get; set; }

#endregion
}
}

0 comments on commit 6620e23

Please sign in to comment.