Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
BriefcaseDefinition
Special Access Rules
This object is read-only.
Briefcase objects are available in orgs that have Briefcase Builder and Field Service enabled.
Supported Calls
describeSObjects(), query(), retrieve()
Packaging Considerations
An org can have up to 5 briefcases. Installed briefcases are counted against this limit. You can’t install a package that includes a briefcase if your org already has 5 briefcases. When a managed package includes a briefcase, the only changes allowed for the briefcase are activating or deactivating and assigning users or groups to the briefcase.
Fields
Usage
Use this object to query a briefcase or a list of briefcases with selected records and user assignments. For example:
1SELECT Id, Description FROM BriefcaseDefinition
2WHERE Id in (SELECT BriefcaseId FROM BriefcaseRule
3WHERE TargetEntity='Account')
4AND Id in (SELECT BriefcaseId FROM BriefcaseAssignment where UserOrGroupId='00GR0000000VtwUMAS')Associated Objects
This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.
- BriefcaseDefinitionChangeEvent (API version 55.0)
- Change events are available for the object.