{
"sections": [
"title",
"description",
"file_information",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "BusinessProcess - Metadata API",
"description": "The BusinessProcess metadata type enables you to display different picklist values for users based on their profile.",
"file_information": "Business processes are defined as part of the custom object or standard object definition. See CustomObject for more information.",
"fields_columns": [
"type",
"description"
],
"fields": {
"description": {
"type": "string",
"description": "Description for the business process."
},
"fullName": {
"type": "string",
"description": "The name used as a unique identifier for API access. This field is inherited from the Metadata component, but the string it contains is created differently than the fullName strings for other types. For a fullName string BusinessProcess, the fullName is created combining the Entity Name and Business Process Name. For example, for a business process called “Bulk Orders” for opportunities, the fullName would be Opportunity.Bulk Orders.",
"required": true
},
"isActive": {
"type": "boolean",
"description": "Indicates if the business process is active (true) or not (false)."
},
"namespacePrefix": {
"type": "string",
"description": "The namespace of the developer organization where the package was created."
},
"values": {
"type": "PicklistValue[]",
"description": "A list of picklist values associated with this business process."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is a sample XML definition of a lead business process.",
"code": "\n\n....\n \n HardwareLeadProcess\n Lead Process for hardware division\n true\n \n Closed - Converted\n false\n \n \n CustomLeadStep1\n false\n \n \n CustomLeadStep2\n false\n \n \n Open - Not Contacted\n false\n \n \n Working - Contacted\n true\n \n \n....\n"
}
]
}