Billing Central Apex API Developer Reference

ffbc.CustomFieldsService

global with sharing class CustomFieldsService

This class provides functionality related to custom fields which are displayed on the enhanced UI.

ffbc.CustomFieldsService.Field

global class Field

This class wraps the field path and value of a custom field on a record.

Properties

Name Type Description
Path String The field path of the field relative to the record.
Value Object The value of the field on the record.
DisplayValue Object Read only. The value that is displayed for the field. If only the raw value is displayed, this will be null.

Methods

Field

global Field()

The default constructor for this object.