Field Types
Conga APIs use a subset of the supported data and field types on Salesforce.
The following table lists the APIs that Conga provides. For a comprehensive list of all field types supported by Salesforce, see Salesforce Data Types.
Type |
Description |
---|---|
Boolean |
The Boolean field has a |
Data object |
The Data Object field is an ID type and is
represented by |
Date |
The Date field contains date values only and does not contain relevant time values. Time in a date field is always set to midnight in the UTC time zone. If you want a timestamp you must use a DateTime field. |
Decimal |
The Decimal field provides an exact numeric value and you can arbitrarily size the precision and scale of the value. |
ID |
The ID field is an alphanumeric field that acts
as the primary key for a specific record associated with an object. The ID
value includes a three-character code that identifies which object the
record is associated with. The ID for a specific record does not
change. For some objects, this field may also be a reference type
value, which contains the ID value for a related record. They are
identified by field names ending in 'Id', such
as |
Integer |
The Integer field contains whole numbers only. There are no digits after the decimal. |
List |
The List field includes a fixed set of values from which you must select a single value. Picklists are available as drop-down lists. If a picklist is unrestricted, the API does not limit entries to only currently active values. |
String |
The String field contains text and may have
different length restrictions based on the data you store in the specific
field. For instance, City may be limited to 50 characters,
while |