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 with sharing 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.
ViewUrl String The URL of the view page for the SObject being represented.

Methods

Field

global Field()

The default constructor for this object.

© Copyright 2009–2020 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.