soql
soql
•Number, currency, and percent fields are available when you select SUM as the roll-up type.
•Number, currency, percent, date, and date/time fields are available when you select MIN or MAX as
the roll-up type.
•Sometimes you can’t change the field type of a field that you reference in a roll-up summary field.
•Make sure that the filter for your roll-up summary doesn’t encounter a formula field that results in #Error!. If
one of your filter criteria uses a formula field that results in an error, no matches are returned for that filter
criterion. For example, your roll-up summary filter is “Formula Field equals 10”. Two records contain errors,
and one contains the value “10” in that field. In this case, your summary includes only the record with the
value “10.”
•Salesforce doesn’t recalculate the value of campaign roll-up summary fields when a lead or contact is
deleted. Select the Force a mass recalculation of this field option on the edit page of the roll-up summary
field to manually recalculate the value.
•You can’t use long text area, multi-select picklist, Description fields, system fields like Last Activity,
cross-object formula fields, and lookup fields in the field column of roll-up summary filters.
•Auto number fields aren’t available as the field to aggregate in a roll-up summary field.
•After you create a roll-up summary field on an object, you can’t convert the object’s master-detail
relationship into a lookup relationship.
•Roll-up summary fields aren’t available for mapping lead fields of converted leads.
•Multi-Select Picklists—To import multiple values into a multi-select picklist, separate the values by
a semicolon in your import file.
•Checkboxes—To import data into a checkbox field, use 1 for checked values and 0 for unchecked
values.
•Default Values—For picklist, multi-select picklist, and checkbox fields, if you do not map the field in
the import wizard, the default value for the field, if any, is automatically inserted into the new or
updated record.
•Date/Time Fields—Ensure that the format of any date/time fields you are importing matches how
they display in Salesforce per your locale setting.
•Formula Fields—Formula fields cannot accept imported data because they are read-only.
•Field Validation Rules—Salesforce runs validation rules on records before they are imported.
Records that fail validation aren’t imported. Consider deactivating the appropriate validation rules
before running an import if they affect the records you are importing.
Salesforce offers two main methods for exporting data.
•Data Export Service—an in-browser service, accessible through the Setup menu. It allows you to
export data manually once every 7 days (for weekly export) or 29 days (for monthly export). You can
also export data automatically at weekly or monthly intervals. Weekly exports are available in
Enterprise, Performance, and Unlimited Editions. In Professional Edition and Developer Edition, you
can generate backup files only every 29 days, or automatically at monthly intervals only.
•Data Loader—a client application that you must install separately. It can be operated either through
the user interface or the command line. The latter option is useful if you want to automate the export
process, or use APIs to integrate with another system.