New PropertiesPanel section for configuring field value dependencies
Automatically calculate this field's value based on other fields
When enabled, the LP cannot edit this field. The calculated value will be displayed as read-only text.
Combine values from multiple source fields
Field: "Management Fee"
Source: "Investment Amount"
Transformer: multiply × 0.02 (2% of investment)
Read-only: Yes (LP sees calculated amount but cannot edit)
Field: "Full Legal Name"
Sources: "First Name" + "Last Name"
Transformer: concat with space separator
Read-only: Conditional (editable if "Name Override" checkbox is checked)
Field: "Total Commitment"
Sources: "Initial Commitment" + "Additional Commitment"
Transformer: sum (add numeric values)
Read-only: Yes
Field: "Remaining Capital"
Source: "Total Commitment"
Transformer: subtract (minus Capital Called amount via chained dependency)
Read-only: Yes
| Transformer | Description | Parameter | Field Types |
|---|---|---|---|
copy |
Direct copy of source value | None | All |
multiply |
Multiply by number | Multiplier (number) | number, amount |
add |
Add to value | Amount (number) | number, amount |
subtract |
Subtract from value | Amount (number) | number, amount |
divide |
Divide by number | Divisor (number) | number, amount |
percentage |
Calculate X% of value | Percentage (number) | number, amount |
concat |
Append text to value | Text (string) | input, textarea |
prefix |
Add text before value | Prefix (string) | input, textarea, number |
suffix |
Add text after value | Suffix (string) | input, textarea, number |
uppercase |
Convert to UPPERCASE | None | input, textarea |
lowercase |
Convert to lowercase | None | input, textarea |
format_currency |
Format as $X,XXX.XX | None | number, amount |