Custom Placeholders
API Name: CustomPlaceholder__c
Define custom placeholder names and map them to fields.
| Label | API Name | Type | Description |
|---|---|---|---|
| Name | Name |
Text(255) | |
| Decimal Places | DecimalPlaces__c |
Number(18, 0) | The number of decimal places, when rendered as NUMBER, PERCENT, AMOUNT, AMOUNTISO. Defaults to 2, if empty. |
| Fallback if fields empty | FallbackEmptyFields__c |
Text(255) | Use the fallback placeholder if all fields (comma separated list) are empty. |
| Fallback if field missing | FallbackMissingField__c |
Checkbox | Use the fallback placeholder if the field is not available. |
| Fallback rule | FallbackRule__c |
Text(255) | The name of a placeholder, which should be used if the field is not available or the empty fields rule is set. |
| Field | Field__c |
Text(255) | The name of the field that will be retrieved from the specified object. |
| Render as | RenderAs__c |
Text(255) | The rendering mode. E.g. TEXT, DATE, MONTH, PERCENT, AMOUNT, AMOUNTISO, NUMBER, DECIMALABS, FIELDLABEL, PLAIN |
| Source | Source__c |
Text(255) | The name of the object which will be the source for this placeholder. Possible values: Invoice, InvoiceLineItem, Template, Account, EmailContact, Payment, BusinessEntity. |