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
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.
|