Expense Entry Lightning Component Properties
This table lists the fields available in the properties pane of the Lightning App Builder for the Expense Entry Lightning component.
Field | Description | Default Value |
---|---|---|
Allow Assignments | If selected, creating an expense with an assignment is allowed. | true |
Allow Milestones | If selected, creating an expense with a milestone is allowed. | false |
Editable Field Set API Name | The field set containing the custom editable fields that are displayed in the component. | ExpenseHeaderRowEditableColumns |
Read-Only Field Set API Name | The field set containing the custom read-only fields that are displayed in the component. | ExpenseHeaderRowReadOnlyColumns |
Enabling Dependent Picklists
You can enable support for dependent picklists by editing the field sets on the Expense object. To do this you must first add your custom fields to the object. These fields serve as the controlling or dependent fields for your picklists.
The order in which custom fields appear in the Lightning component depends on the sequence in which they are added.
If a dependent field has an option that becomes invalid due to a change in the controlling field, that choice will be reset or cleared.
To enable dependent picklists perform the following steps:
- From Setup, navigate to Object Manager | Expense.
- Click Field Dependencies.
- Define any required dependencies between your controlling and dependent custom fields.
- Add your custom fields to the field set to which you want to add dependent picklists.
- Your picklist options are displayed on the component.