mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
38 lines
2.7 KiB
JSON
38 lines
2.7 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields",
|
|||
|
|
"usage"
|
|||
|
|
],
|
|||
|
|
"title": "Division - Data API",
|
|||
|
|
"description": "A logical segment of your organization's data. For example, if your company is organized into different business units, you could create a division for each business unit, such as “North America,” “Healthcare,” or “Consulting.” Available only if the organization has the Division permission enabled.",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"properties",
|
|||
|
|
"description"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"IsActive": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"properties": "Create, Defaulted on create, Filter, Update",
|
|||
|
|
"description": "Indicates whether the division is active (true) or not (false). Label is Active."
|
|||
|
|
},
|
|||
|
|
"IsGlobalDivision": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"properties": "Defaulted on createFilter",
|
|||
|
|
"description": "Indicates whether the division is your organization’s global default division (true) or not (false). Label is Global Division."
|
|||
|
|
},
|
|||
|
|
"Name": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Create, Filter, Update",
|
|||
|
|
"description": "A descriptive name for the division. Limit: 80 characters."
|
|||
|
|
},
|
|||
|
|
"SortOrder": {
|
|||
|
|
"type": "int",
|
|||
|
|
"properties": "Create, Filter, Nillable, Update",
|
|||
|
|
"description": "The order in which this division name appears in the Division picklist field when creating or editing users in the Salesforce user interface."
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"usage": "The values available for that field are the global division ID for the organization, created when divisions are first enabled, and any other division IDs that have been created. The division ID associated with a user is populated in the objects owned or created by the user. You can use the division ID to make searches, reports, and list views run more quickly and return more relevant results if an organization has very large data sets. For more information, see the Salesforce online help, in the Fields description for the object. You can use WITH in SOSL to pre-filter results based on division. This is faster than specifying the division in a WHERE clause.\n\nThe values available for that field are the global division ID for the organization, created when divisions are first enabled, and any other division IDs that have been created. The division ID associated with a user is populated in the objects owned or created by the user.\n\nYou can use the division ID to make searches, reports, and list views run more quickly and return more relevant results if an organization has very large data sets. For more information, see the Salesforce online help, in the Fields description for the object.\n\nYou can use WITH in SOSL to pre-filter results based on division. This is faster than specifying the division in a WHERE clause."
|
|||
|
|
}
|